summaryrefslogtreecommitdiff
path: root/boost/serialization/export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/serialization/export.hpp')
-rw-r--r--boost/serialization/export.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/serialization/export.hpp b/boost/serialization/export.hpp
index 6b29556aaf..99354782aa 100644
--- a/boost/serialization/export.hpp
+++ b/boost/serialization/export.hpp
@@ -2,7 +2,7 @@
#define BOOST_SERIALIZATION_EXPORT_HPP
// MS compatible compilers support #pragma once
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif
@@ -103,14 +103,14 @@ ptr_serialization_support<Archive,Serializable>::instantiate()
{
export_impl<Archive,Serializable>::enable_save(
#if ! defined(__BORLANDC__)
- BOOST_DEDUCED_TYPENAME
+ typename
#endif
Archive::is_saving()
);
export_impl<Archive,Serializable>::enable_load(
#if ! defined(__BORLANDC__)
- BOOST_DEDUCED_TYPENAME
+ typename
#endif
Archive::is_loading()
);