Skip to content

Commit afa9869

Browse files
committed
Removed xrCore mk_pair
1 parent fa081b4 commit afa9869

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/xrCore/_stl_extensions.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ class xr_hash_map : public stdext::hash_map<K, V, _Traits, allocator>
346346

347347
#endif
348348

349-
template <class _Ty1, class _Ty2>
350-
inline std::pair<_Ty1, _Ty2> mk_pair(_Ty1 _Val1, _Ty2 _Val2)
351-
{
352-
return (std::pair<_Ty1, _Ty2>(_Val1, _Val2));
353-
}
354-
355349
struct pred_str : public std::binary_function<char*, char*, bool>
356350
{
357351
IC bool operator()(const char* x, const char* y) const { return xr_strcmp(x, y) < 0; }

0 commit comments

Comments
 (0)