aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-23 15:39:23 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:30 +0800
commite6f5201b178f40b516ffe7b98757df25f8aee028 (patch)
tree982d6281ac9670d0ad451ca6bbd0677488b52344 /vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp
parentf6e06ac35033f9e52b6b2e3ebfe623c23a39c338 (diff)
downloadgo-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.gz
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.zst
go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.zip
import: switch consensus core to gitlab.com/tangerine-network/tangerine-consensus
Diffstat (limited to 'vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp')
-rw-r--r--vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp b/vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp
deleted file mode 100644
index 89f8f8774..000000000
--- a/vendor/github.com/byzantine-lab/mcl/include/cybozu/unordered_map.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <cybozu/inttype.hpp>
-
-#ifdef CYBOZU_USE_BOOST
- #include <boost/unordered_map.hpp>
-#elif (CYBOZU_CPP_VERSION >= CYBOZU_CPP_VERSION_CPP11) || (defined __APPLE__)
- #include <unordered_map>
-#elif (CYBOZU_CPP_VERSION == CYBOZU_CPP_VERSION_TR1)
- #include <list>
- #include <tr1/unordered_map>
-#endif
-