BoostTxtArchive minor changes

This commit is contained in:
eap 2021-08-12 17:26:25 +03:00
parent 8c5da1b9d0
commit db3a0bbde4
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace SMESHUtils
* Try to workaround the issue that loading fails if the archive string * Try to workaround the issue that loading fails if the archive string
* is created by a newer version of boost::archive library. * is created by a newer version of boost::archive library.
* *
* Usage: ObjType obj; BoostTxtArchive( arcString ) >> obj; * Usage: ObjType obj; SMESHUtils::BoostTxtArchive( arcString ) >> obj;
*/ */
class SMESHUtils_EXPORT BoostTxtArchive class SMESHUtils_EXPORT BoostTxtArchive
{ {

View File

@ -145,7 +145,6 @@
#include <memory> #include <memory>
#include <boost/archive/text_oarchive.hpp> #include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/list.hpp> #include <boost/serialization/list.hpp>
#include <boost/serialization/string.hpp> #include <boost/serialization/string.hpp>