Ignore:
Timestamp:
Feb 12, 2011, 3:52:13 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

文字列のconst化など

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp

    r806 r808  
    2929
    3030
     31#pragma warning(push)
     32#pragma warning(disable: 4244 6011 6326)
    3133#ifdef OBJECT_MODULE_IS_NOT_BINARY
    3234#include <boost/archive/xml_oarchive.hpp>
     
    4547#include <boost/serialization/nvp.hpp>
    4648#include <boost/serialization/export.hpp>
     49#pragma warning(pop)
    4750
    4851#define foreach(v, c) for each (v in c)
Note: See TracChangeset for help on using the changeset viewer.