From deb4cb036f203bc42cc2664487aabf8a2a4f3e74 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 24 Mar 2011 09:26:41 -0600 Subject: [PATCH] Hide Bare_Type in detail namespace --- include/chaiscript/dispatchkit/type_info.hpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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