Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: public/common/unicode/utypeinfo.h

Issue 19276009: Move ICU headers part 1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « public/common/unicode/utrace.h ('k') | public/common/unicode/utypes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef UTYPEINFO_H
2 #define UTYPEINFO_H
3
4 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
5 // Visual C++ needs the following two lines when RTTI is on with
6 // exception handling disabled.
7 #include <exception>
8 using std::exception;
9 #endif
10 #include <typeinfo> // for typeid to work.
11
12 #endif
OLDNEW
« no previous file with comments | « public/common/unicode/utrace.h ('k') | public/common/unicode/utypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698