Boost.Hana  1.0.2
Your standard library for metaprogramming
config.hpp File Reference

Defines configuration macros used throughout the library. More...

Macros

#define BOOST_HANA_CONFIG_DISABLE_ASSERTIONS
 Disables the BOOST_HANA_*_ASSERT macro & friends. More...
 
#define BOOST_HANA_CONFIG_DISABLE_CONCEPT_CHECKS
 Disables concept checks in interface methods. More...
 
#define BOOST_HANA_CONFIG_ENABLE_STRING_UDL
 Enables usage of the "string literal operator template" GNU extension. More...
 
#define BOOST_HANA_CONFIG_ENABLE_DEBUG_MODE
 Enables additional assertions and sanity checks to be done by Hana. More...
 

Detailed Description

Defines configuration macros used throughout the library.