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:
Robert Ramey
2015-04-22 22:02:56 -07:00
parent 7565de4008
commit 23b012ef66
44 changed files with 89 additions and 75 deletions

View File

@@ -561,7 +561,6 @@ basic_iarchive::load_pointer(
const basic_pointer_iserializer * (*finder)(
const boost::serialization::extended_type_info & type_
)
){
return pimpl->load_pointer(*this, t, bpis_ptr, finder);
}