Merge branch '2011-03-15-DocumentationUpdates' of https://github.com/ChaiScript/ChaiScript into 2011-03-15-DocumentationUpdates

This commit is contained in:
Jason Turner
2011-03-24 09:28:11 -06:00

View File

@@ -22,12 +22,14 @@
namespace chaiscript namespace chaiscript
{ {
template<typename T> namespace detail
struct Bare_Type {
{ template<typename T>
typedef typename boost::remove_const<typename boost::remove_pointer<typename boost::remove_reference<T>::type>::type>::type type; struct Bare_Type
}; {
typedef typename boost::remove_const<typename boost::remove_pointer<typename boost::remove_reference<T>::type>::type>::type type;
};
}
/** /**
* compile time deduced information about a type * compile time deduced information about a type