Changeset 808 in dev for branches/egtra/ab5.0/abdev/ab_common
- Timestamp:
- Feb 12, 2011, 3:52:13 AM (14 years ago)
- Location:
- branches/egtra/ab5.0/abdev/ab_common
- Files:
-
- 2 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) -
branches/egtra/ab5.0/abdev/ab_common/stdafx.h
r773 r808 1 1 #pragma once 2 #pragma strict_gs_check(on)3 2 4 3 #include <map> … … 20 19 21 20 //boost libraries 21 #pragma warning(push) 22 #pragma warning(disable: 6326) 22 23 #include <boost/foreach.hpp> 23 24 #include <boost/serialization/serialization.hpp> 24 25 #include <boost/serialization/nvp.hpp> 25 26 #include <boost/serialization/export.hpp> 27 #pragma warning(pop) 26 28 27 29 #include <jenga/include/jenga.h>
Note:
See TracChangeset
for help on using the changeset viewer.