Remove debugging

This commit is contained in:
Jason Rhinelander 2020-06-19 12:28:06 -03:00
parent d0a73e5e68
commit 0493f615b9
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ using bt_variant = std::variant<
bt_dict
>;
static_assert(std::is_unsigned_v<volatile unsigned>);
#ifdef __cpp_lib_remove_cvref // C++20
using std::remove_cvref_t;
#else