mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Remove deprecated code, add exception.hpp to single_header_generator.py script
This commit is contained in:
@@ -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 { \
|
||||
|
||||
Reference in New Issue
Block a user