diff --git a/include/chaiscript/dispatchkit/type_info.hpp b/include/chaiscript/dispatchkit/type_info.hpp index 001bf9a..733d926 100644 --- a/include/chaiscript/dispatchkit/type_info.hpp +++ b/include/chaiscript/dispatchkit/type_info.hpp @@ -22,12 +22,14 @@ namespace chaiscript { - template - struct Bare_Type - { - typedef typename boost::remove_const::type>::type>::type type; - }; - + namespace detail + { + template + struct Bare_Type + { + typedef typename boost::remove_const::type>::type>::type type; + }; + } /** * compile time deduced information about a type