summaryrefslogtreecommitdiff
path: root/boost/archive/detail/interface_oarchive.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/detail/interface_oarchive.hpp')
-rw-r--r--boost/archive/detail/interface_oarchive.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/archive/detail/interface_oarchive.hpp b/boost/archive/detail/interface_oarchive.hpp
index 187013b6cd..359463ed9d 100644
--- a/boost/archive/detail/interface_oarchive.hpp
+++ b/boost/archive/detail/interface_oarchive.hpp
@@ -29,7 +29,7 @@ namespace boost {
namespace archive {
namespace detail {
-class BOOST_ARCHIVE_OR_WARCHIVE_DECL basic_pointer_oserializer;
+class basic_pointer_oserializer;
template<class Archive>
class interface_oarchive
@@ -75,7 +75,7 @@ public:
template<class T>
Archive & operator&(const T & t){
return * this ->This() << t;
- };
+ }
};
} // namespace detail