Remove deprecated code, add exception.hpp to single_header_generator.py script

This commit is contained in:
ado
2023-07-10 23:39:08 +02:00
parent 956156b412
commit 567995aafb
4 changed files with 1 additions and 12 deletions

View File

@@ -79,8 +79,6 @@ struct buffer {
}
#define CHECK_NOT_VARIANT(var, type) CHECK(!std::holds_alternative<type>(var));
// TODO remove
#include <iostream>
#define REQUIRE_EXCEPTION(...) \
try { \