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/jenga/include/common/Hashmap.h

    r803 r808  
    210210{
    211211    typedef bool result_type;
    212     bool operator ()(ObjectInHashmap<T> const* lhs, ObjectInHashmap<T> const* rhs) const
     212    bool operator ()(_In_ ObjectInHashmap<T> const* lhs, _In_ ObjectInHashmap<T> const* rhs) const
    213213    {
    214214        assert(lhs != nullptr);
Note: See TracChangeset for help on using the changeset viewer.