summaryrefslogtreecommitdiff
path: root/boost/poly_collection/detail/base_model.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/poly_collection/detail/base_model.hpp')
-rw-r--r--boost/poly_collection/detail/base_model.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/poly_collection/detail/base_model.hpp b/boost/poly_collection/detail/base_model.hpp
index db6126d2e3..f6d44bb263 100644
--- a/boost/poly_collection/detail/base_model.hpp
+++ b/boost/poly_collection/detail/base_model.hpp
@@ -35,7 +35,7 @@ struct base_model
{
using value_type=Base;
template<typename Derived>
- using is_subtype=std::is_base_of<Base,Derived>;
+ using is_implementation=std::is_base_of<Base,Derived>;
template<typename T>
using is_terminal=is_final<T>; //TODO: should we say !is_polymorhpic||is_final?