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/stdafx.h

    r773 r808  
    11#pragma once
    2 #pragma strict_gs_check(on)
    32
    43#include <map>
     
    2019
    2120//boost libraries
     21#pragma warning(push)
     22#pragma warning(disable: 6326)
    2223#include <boost/foreach.hpp>
    2324#include <boost/serialization/serialization.hpp>
    2425#include <boost/serialization/nvp.hpp>
    2526#include <boost/serialization/export.hpp>
     27#pragma warning(pop)
    2628
    2729#include <jenga/include/jenga.h>
Note: See TracChangeset for help on using the changeset viewer.