Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ab_common/include/Lexical/Namespace.h

    r516 r523  
    1212    template<class Archive> void serialize(Archive& ar, const unsigned int version)
    1313    {
    14         ar & boost::serialization::make_nvp("vector_string", boost::serialization::base_object<vector<string>>(*this));
     14        ar & boost::serialization::make_nvp("vector_string", boost::serialization::base_object<std::vector<std::string>>(*this));
    1515    }
    1616
Note: See TracChangeset for help on using the changeset viewer.