Changeset 808 in dev for branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
- Timestamp:
- Feb 12, 2011, 3:52:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
r806 r808 29 29 30 30 31 #pragma warning(push) 32 #pragma warning(disable: 4244 6011 6326) 31 33 #ifdef OBJECT_MODULE_IS_NOT_BINARY 32 34 #include <boost/archive/xml_oarchive.hpp> … … 45 47 #include <boost/serialization/nvp.hpp> 46 48 #include <boost/serialization/export.hpp> 49 #pragma warning(pop) 47 50 48 51 #define foreach(v, c) for each (v in c)
Note:
See TracChangeset
for help on using the changeset viewer.