diff --git a/include/boost/sml.hpp b/include/boost/sml.hpp index e974c0f3..737308cd 100644 --- a/include/boost/sml.hpp +++ b/include/boost/sml.hpp @@ -763,6 +763,10 @@ template constexpr R get_id(type_id_type *) { return static_cast(N); } +template +constexpr true_type has_type_id(type_id_type *); +template +constexpr false_type has_type_id(...); template