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

@@ -14,35 +14,35 @@
namespace boost {
namespace archive {
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_OBJECT_ID(){
return "object_id";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_OBJECT_REFERENCE(){
return "object_id_reference";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_CLASS_ID(){
return "class_id";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_CLASS_ID_REFERENCE(){
return "class_id_reference";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_CLASS_NAME(){
return "class_name";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_TRACKING(){
return "tracking_level";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_VERSION(){
return "version";
}
BOOST_ARCHIVE_SYMBOL_VISIBLE const char *
BOOST_SYMBOL_VISIBLE const char *
BOOST_ARCHIVE_XML_SIGNATURE(){
return "signature";
}