Changeset 523 in dev for trunk/ab5.0/abdev/ab_common/include
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Lexical/Namespace.h
r516 r523 12 12 template<class Archive> void serialize(Archive& ar, const unsigned int version) 13 13 { 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)); 15 15 } 16 16
Note:
See TracChangeset
for help on using the changeset viewer.