Skip to content

Commit

Permalink
Our own mk_pair already removed
Browse files Browse the repository at this point in the history
Also added comment to tamlin's todo
  • Loading branch information
Xottab-DUTY committed Aug 5, 2017
1 parent a036868 commit 09d46a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xrCore/_stl_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ class xr_hash_map : public stdext::hash_map<K, V, _Traits, allocator>

#endif // M_NOSTDCONTAINERS_EXT

#pragma todo("tamlin: Why define our own mk_pair? What's wrong with std::make_pair")

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 All @@ -372,6 +370,7 @@ struct pred_stri : public std::binary_function<char*, char*, bool>
};

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

// STL extensions
#define DEF_VECTOR(N, T) \
Expand Down

0 comments on commit 09d46a3

Please sign in to comment.