Go to the documentation of this file. 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.");
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:49