Compile fix for OS X.
parent
65aaac2924
commit
76fe127f76
|
|
@ -77,7 +77,7 @@ private:
|
|||
// not always equal &typeid(A) in some other part. Use special comparator.
|
||||
struct type_info_ptr_comp
|
||||
{
|
||||
bool operator()(const std::type_info* lhs, const std::type_info* rhs)
|
||||
bool operator()(const std::type_info* lhs, const std::type_info* rhs) const
|
||||
{
|
||||
return lhs->before(*rhs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue