Ignore:
Timestamp:
Mar 1, 2008, 12:00:47 AM (16 years ago)
Author:
dai_9181
Message:

ObjectModuleクラスの基底クラスがBoostSerializationSupportとなっていたが、これを外した(ビルド速度の向上)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/BoostSerializationSupport.h

    r322 r404  
    3333    bool WriteBinaryString( std::string &binaryString ) const;
    3434
     35/*
     36ビルドに時間がかかるので外しておく
    3537    bool ReadText( const std::string &filePath, bool isShowExceptionMessage = true );
    3638    bool WriteText( const std::string &filePath, bool isShowExceptionMessage = true ) const;
     
    3941
    4042    bool ReadXmlFromString( const std::string &xmlBuffer );
     43*/
    4144};
    4245
Note: See TracChangeset for help on using the changeset viewer.