OSDN Git Service

[Modify] boostライブラリに依存した処理をコメントアウトによる一時的措置を含めて完了.
[deeangband/Deeangband-new.git] / Deeangband / ItemTemplate.cpp
index 575e70b..48aa9a8 100644 (file)
@@ -58,8 +58,8 @@ namespace Deeangband
                ItemTemplate ItemTemplate = *this;
                std::ofstream ofs(filename);
                assert(ofs);
-               boost::archive::xml_oarchive oa(ofs);
-               oa << BOOST_SERIALIZATION_NVP(ItemTemplate);
+               //boost::archive::xml_oarchive oa(ofs);
+               //oa << BOOST_SERIALIZATION_NVP(ItemTemplate);
        }
 
 }
\ No newline at end of file