aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.txx
diff options
context:
space:
mode:
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>