Revert "enhancement to support gcc visibility."

This reverts commit 23b012ef66.
This commit is contained in:
Robert Ramey
2015-04-24 13:12:10 -07:00
parent 23b012ef66
commit 70206bf4ef
44 changed files with 75 additions and 89 deletions

View File

@@ -561,6 +561,7 @@ 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);
}