Skip to content

Commit

Permalink
Removed xrCore mk_pair
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 4, 2017
1 parent fa081b4 commit afa9869
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/xrCore/_stl_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,6 @@ class xr_hash_map : public stdext::hash_map<K, V, _Traits, allocator>

#endif

template <class _Ty1, class _Ty2>
inline std::pair<_Ty1, _Ty2> mk_pair(_Ty1 _Val1, _Ty2 _Val2)
{
return (std::pair<_Ty1, _Ty2>(_Val1, _Val2));
}

struct pred_str : public std::binary_function<char*, char*, bool>
{
IC bool operator()(const char* x, const char* y) const { return xr_strcmp(x, y) < 0; }
Expand Down

0 comments on commit afa9869

Please sign in to comment.