aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:11:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:11:28 +0200
commit713b3a62d97c6bea7c23597094af6b2439314b8c (patch)
tree7d8c1609b3215231459de2b66c243dac39e4001e /odb/details/shared-ptr/base.txx
parentccdf7823df5974f1f55c347d3bb8b23e7738b047 (diff)
Use more descriptive names in details/meta/
Diffstat (limited to 'odb/details/shared-ptr/base.txx')
-rw-r--r--odb/details/shared-ptr/base.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx
index a57ce91..641ef3c 100644
--- a/odb/details/shared-ptr/base.txx
+++ b/odb/details/shared-ptr/base.txx
@@ -14,7 +14,7 @@ namespace odb
{
// Support for locating the counter in the memory block.
//
- template <typename X, bool poly = meta::polymorphic_p<X>::r>
+ template <typename X, bool poly = meta::polymorphic_p<X>::result>
struct locator;
template <typename X>