Ignore:
Timestamp:
Jan 22, 2011, 10:50:43 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

Boostのバージョンを1.45へ更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/ab_common/include/Lexical/Method.h

    r640 r776  
    161161    virtual bool Resolve( const ObjectModule &resolver, ResolveErrors &resolveErrors );
    162162};
    163 BOOST_CLASS_EXPORT( DynamicMethod );
     163BOOST_CLASS_EXPORT_KEY( DynamicMethod );
    164164class StaticMethod : public CMethod
    165165{
     
    237237    virtual bool Resolve( const ObjectModule &resolver, ResolveErrors &resolveErrors );
    238238};
    239 BOOST_CLASS_EXPORT( StaticMethod );
     239BOOST_CLASS_EXPORT_KEY( StaticMethod );
    240240
    241241class Methods : public std::vector<CMethod *>
Note: See TracChangeset for help on using the changeset viewer.