Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-02-18 17:55:06 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:40 +0300
commitea4aa97c0ca42ae93d0bf22ddcaf35c7728b05fb (patch)
treea300d2159dcda6eaf14adf8fa367d85dd1c3ea5c /std
parent7acaa6d6ddca30e2dabbcb8da133e2fe1a33a56a (diff)
[new downloader] Add IsCloseEnough full implementation
Diffstat (limited to 'std')
-rw-r--r--std/type_traits.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index fcbe0f428c..c292cd1df8 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -24,6 +24,8 @@ using std::make_unsigned;
using std::remove_reference;
using std::underlying_type;
+using std::result_of;
+
using std::false_type;
using std::true_type;