mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-24 04:12:28 +00:00
enhancement to support gcc visibility.
These changes are meant to support gcc visibility on mingw platforms - which is basically gcc with windows attributes.
This commit is contained in:
@@ -61,7 +61,7 @@ class codecvt_null;
|
||||
// class basic_binary_oprimitive - binary output of prmitives
|
||||
|
||||
template<class Archive, class Elem, class Tr>
|
||||
class BOOST_SYMBOL_VISIBLE basic_binary_oprimitive {
|
||||
class BOOST_ARCHIVE_OR_WARCHIVE_SYMBOL_VISIBLE basic_binary_oprimitive {
|
||||
#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||
friend class save_access;
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user