summaryrefslogtreecommitdiff
path: root/boost/type_erasure/static_binding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_erasure/static_binding.hpp')
-rw-r--r--boost/type_erasure/static_binding.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/type_erasure/static_binding.hpp b/boost/type_erasure/static_binding.hpp
index 2da86ca3bc..371ac62e4c 100644
--- a/boost/type_erasure/static_binding.hpp
+++ b/boost/type_erasure/static_binding.hpp
@@ -21,7 +21,7 @@ namespace type_erasure {
* \pre @c Map must be an MPL map whose keys are placeholders.
*/
template<class Map>
-struct static_binding {};
+struct static_binding { typedef Map map_type; };
/**
* A convenience function to prevent constructor calls