Salome HOME
BoostTxtArchive minor changes
authoreap <eap@opencascade.com>
Thu, 12 Aug 2021 14:26:25 +0000 (17:26 +0300)
committereap <eap@opencascade.com>
Thu, 12 Aug 2021 14:26:25 +0000 (17:26 +0300)
src/SMESHUtils/SMESH_BoostTxtArchive.hxx
src/SMESH_I/SMESH_Gen_i.cxx

index cb5071f697a8eea5189dab0bc3e51b9362828013..5806ffba461feabae80a2a3ecadc4d2293ee785b 100644 (file)
@@ -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
   {
index 677e7fb99cb5f9eb720c97fa0d99eb5c4ef24c2c..b34058a2c5d21cd6078e0cee64fbd25730eac5da 100644 (file)
 #include <memory>
 
 #include <boost/archive/text_oarchive.hpp>
-#include <boost/archive/text_iarchive.hpp>
 #include <boost/serialization/list.hpp>
 #include <boost/serialization/string.hpp>