summaryrefslogtreecommitdiff
path: root/boost/type_erasure/constructible.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_erasure/constructible.hpp')
-rw-r--r--boost/type_erasure/constructible.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/type_erasure/constructible.hpp b/boost/type_erasure/constructible.hpp
index 5f1a413058..dd3c0f0004 100644
--- a/boost/type_erasure/constructible.hpp
+++ b/boost/type_erasure/constructible.hpp
@@ -41,7 +41,7 @@ struct get_null_vtable_entry;
template<class C, class Sig>
struct vtable_adapter;
-};
+}
#ifdef BOOST_TYPE_ERASURE_DOXYGEN
@@ -88,7 +88,7 @@ struct concept_interface<
using Base::_boost_type_erasure_deduce_constructor;
::boost::type_erasure::constructible<Tag(T...)>*
_boost_type_erasure_deduce_constructor(
- typename ::boost::type_erasure::as_param<Base, T>::type...)
+ typename ::boost::type_erasure::as_param<Base, T>::type...) const
{
return 0;
}
@@ -168,7 +168,7 @@ struct concept_interface<
using Base::_boost_type_erasure_deduce_constructor;
::boost::type_erasure::constructible<Tag(BOOST_PP_ENUM_PARAMS(N, T))>*
_boost_type_erasure_deduce_constructor(
- BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_ARG_DECL, ~))
+ BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_ARG_DECL, ~)) const
{
return 0;
}