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
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-01-16 19:15:01 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:15 +0300
commit72f4090f28b9fd25d9df51e47e779348017fdf67 (patch)
treec2fa73a20ebde3913728a7676bbd6495a232f4c3 /std/exception.hpp
parent6f970e4089ddfe46979b9f91891bbafeaec2568d (diff)
Fix multicharacter literals
Diffstat (limited to 'std/exception.hpp')
-rw-r--r--std/exception.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/exception.hpp b/std/exception.hpp
index adb9aa16b3..1fe25c8b0e 100644
--- a/std/exception.hpp
+++ b/std/exception.hpp
@@ -7,6 +7,8 @@
#include <exception>
using std::exception;
+using std::logic_error;
+using std::runtime_error;
#ifdef DEBUG_NEW
#define new DEBUG_NEW