summaryrefslogtreecommitdiff
path: root/boost/serialization/binary_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/serialization/binary_object.hpp')
-rw-r--r--boost/serialization/binary_object.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/boost/serialization/binary_object.hpp b/boost/serialization/binary_object.hpp
index 7e2307680e..23c734be3d 100644
--- a/boost/serialization/binary_object.hpp
+++ b/boost/serialization/binary_object.hpp
@@ -68,10 +68,7 @@ struct binary_object :
// just a little helper to support the convention that all serialization
// wrappers follow the naming convention make_xxxxx
inline
-#ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
-const
-#endif
-binary_object
+const binary_object
make_binary_object(/* const */ void * t, std::size_t size){
return binary_object(t, size);
}