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

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

Issue 18836004: Move ICU headers from public/{common,i18n} to source/{common,i18n} (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: same as ps #3. retry uploading 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
« 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