mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-29 20:07:18 +02:00
First version.
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
#include <boost/type_index.hpp>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <cstdlib>
|
||||
|
||||
//<-
|
||||
// Making `#include <cassert>` visible in docs, while actually using hand-made check
|
||||
// instead of `assert`. This is required to verify correct behavior even if NDEBUG
|
||||
|
Reference in New Issue
Block a user