summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/include/tinystl/hash_base.h
diff options
context:
space:
mode:
author Branimir Karadžić <branimirkaradzic@gmail.com>2016-03-20 16:48:03 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-20 16:50:14 +0100
commitfae7a2c486127fe74ee027429312cc29e350b8ef (patch)
treea78646513eea09779b2c2911231bfa68652e485f /3rdparty/bx/include/tinystl/hash_base.h
parent3a60b4bb7a19f1987745d3302f1b330d12d48d25 (diff)
Update to latest BGFX and BX(nw)
Diffstat (limited to '3rdparty/bx/include/tinystl/hash_base.h')
-rw-r--r--3rdparty/bx/include/tinystl/hash_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/bx/include/tinystl/hash_base.h b/3rdparty/bx/include/tinystl/hash_base.h
index 73b5c9ebda8..f20675db486 100644
--- a/3rdparty/bx/include/tinystl/hash_base.h
+++ b/3rdparty/bx/include/tinystl/hash_base.h
@@ -33,6 +33,9 @@ namespace tinystl {
template<typename Key, typename Value>
struct pair {
+ typedef Key first_type;
+ typedef Value second_type;
+
pair();
pair(const Key& key, const Value& value);