Skip to content

Commit 09d46a3

Browse files
committed
Our own mk_pair already removed
Also added comment to tamlin's todo
1 parent a036868 commit 09d46a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xrCore/_stl_extensions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ class xr_hash_map : public stdext::hash_map<K, V, _Traits, allocator>
360360

361361
#endif // M_NOSTDCONTAINERS_EXT
362362

363-
#pragma todo("tamlin: Why define our own mk_pair? What's wrong with std::make_pair")
364-
365363
struct pred_str : public std::binary_function<char*, char*, bool>
366364
{
367365
IC bool operator()(const char* x, const char* y) const { return xr_strcmp(x, y) < 0; }
@@ -372,6 +370,7 @@ struct pred_stri : public std::binary_function<char*, char*, bool>
372370
};
373371

374372
// tamlin: TODO (low priority, for a rainy day): Rename these macros from DEFINE_* to DECLARE_*
373+
// Xottab_DUTY: TODO: or maybe use Im-Dex variant (Get rid of this DEFINE macroses)
375374

376375
// STL extensions
377376
#define DEF_VECTOR(N, T) \

0 commit comments

Comments
 (0)