aboutsummaryrefslogtreecommitdiff
path: root/cutl/shared-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 13:13:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 13:13:14 +0200
commit1d3447e7cd70d2a5ef40c00cfdf8a5617bf2b63b (patch)
tree8707c7d51253a44cd406e4d7528c1139d1f8cfdc /cutl/shared-ptr
parentef9f2955cae0db0c0f935e529bc9f1ce54374a25 (diff)
Qualify the name to help older compiler
Diffstat (limited to 'cutl/shared-ptr')
-rw-r--r--cutl/shared-ptr/base.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx
index 168fb52..4de4272 100644
--- a/cutl/shared-ptr/base.txx
+++ b/cutl/shared-ptr/base.txx
@@ -60,7 +60,7 @@ namespace cutl
meta::yes test (shared_base*);
template <typename X,
- std::size_t A = sizeof (test (reinterpret_cast<X*> (0)))>
+ std::size_t A = sizeof (bits::test (reinterpret_cast<X*> (0)))>
struct counter_type;
template <typename X>