mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +08:00
Hide Bare_Type in detail namespace
This commit is contained in:
parent
637164e457
commit
deb4cb036f
@ -22,12 +22,14 @@
|
||||
namespace chaiscript
|
||||
{
|
||||
|
||||
template<typename T>
|
||||
struct Bare_Type
|
||||
{
|
||||
typedef typename boost::remove_const<typename boost::remove_pointer<typename boost::remove_reference<T>::type>::type>::type type;
|
||||
};
|
||||
|
||||
namespace detail
|
||||
{
|
||||
template<typename T>
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user