mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-06 09:49:56 +08:00
Hide Bare_Type in detail namespace
This commit is contained in:
parent
637164e457
commit
deb4cb036f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user