mirror of
https://github.com/boostorg/utility.git
synced 2025-08-01 05:44:37 +02:00
Disabiguated the detail namespace.
[SVN r30558]
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
|||||||
// however compiler bugs prevent this - instead pass three bool's to
|
// however compiler bugs prevent this - instead pass three bool's to
|
||||||
// ct_imp<T,bool,bool,bool> and add an extra partial specialisation
|
// ct_imp<T,bool,bool,bool> and add an extra partial specialisation
|
||||||
// of ct_imp to handle the logic. (JM)
|
// of ct_imp to handle the logic. (JM)
|
||||||
typedef typename detail::ct_imp<
|
typedef typename boost::detail::ct_imp<
|
||||||
T,
|
T,
|
||||||
::boost::is_pointer<T>::value,
|
::boost::is_pointer<T>::value,
|
||||||
::boost::is_arithmetic<T>::value
|
::boost::is_arithmetic<T>::value
|
||||||
|
Reference in New Issue
Block a user