mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
BoostTxtArchive minor changes
This commit is contained in:
parent
8c5da1b9d0
commit
db3a0bbde4
@ -39,7 +39,7 @@ namespace SMESHUtils
|
||||
* Try to workaround the issue that loading fails if the archive string
|
||||
* 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
|
||||
{
|
||||
|
@ -145,7 +145,6 @@
|
||||
#include <memory>
|
||||
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/serialization/list.hpp>
|
||||
#include <boost/serialization/string.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user