OSDN Git Service

重複していた BOOST_CLASS_VERSION を削除 / Delete duplicated BOOST_CLASS_VERSION.
authorDeskull <desull@users.sourceforge.jp>
Wed, 7 Jan 2015 13:16:52 +0000 (22:16 +0900)
committerDeskull <desull@users.sourceforge.jp>
Wed, 7 Jan 2015 13:16:52 +0000 (22:16 +0900)
Deeangband/Coordinates.h

index 9d8e34a..bd2ed0a 100644 (file)
@@ -11,8 +11,6 @@
 #include "stdafx.h"
 #include "Deeangband.h"
 
-BOOST_CLASS_VERSION(Coordinates, 1);
-
 namespace Deeangband
 {
        typedef std::vector<Coordinates> RANGE_VECTOR;