14 #ifdef COMPILE_ERROR_NOT_IMPLEMENTED 16 #include <boost/static_assert.hpp> 17 #define CONCEPT_NOT_IMPLEMENTED BOOST_STATIC_ASSERT_MSG(boost::false_type, \ 18 "This method is required by the new concepts framework but has not been implemented yet."); 23 #define CONCEPT_NOT_IMPLEMENTED \ 24 throw std::runtime_error("This method is required by the new concepts framework but has not been implemented yet."); A manifold defines a space in which there is a notion of a linear tangent space that can be centered ...
Definition: concepts.h:30
Global functions in a separate testing namespace.
Definition: chartTesting.h:28