diff --git a/example/doc_map.cpp b/example/doc_map.cpp index 4198304..3f07c93 100644 --- a/example/doc_map.cpp +++ b/example/doc_map.cpp @@ -15,14 +15,18 @@ #include #include #include + +#ifdef NDEBUG +#undef NDEBUG +#endif #include using namespace boost::intrusive; class MyClass : public set_base_hook<> - , public unordered_set_base_hook<> + , public unordered_set_base_hook<> { - public: +public: int first; explicit MyClass(int i) : first(i){} };