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

Side by Side Diff: source/common/unicode/std_string.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 | « source/common/unicode/rbbi.h ('k') | source/common/unicode/stringtriebuilder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ******************************************************************************* 2 *******************************************************************************
3 * 3 *
4 * Copyright (C) 2009-2011, International Business Machines 4 * Copyright (C) 2009-2014, International Business Machines
5 * Corporation and others. All Rights Reserved. 5 * Corporation and others. All Rights Reserved.
6 * 6 *
7 ******************************************************************************* 7 *******************************************************************************
8 * file name: std_string.h 8 * file name: std_string.h
9 * encoding: US-ASCII 9 * encoding: US-ASCII
10 * tab size: 8 (not used) 10 * tab size: 8 (not used)
11 * indentation:4 11 * indentation:4
12 * 12 *
13 * created on: 2009feb19 13 * created on: 2009feb19
14 * created by: Markus W. Scherer 14 * created by: Markus W. Scherer
15 */ 15 */
16 16
17 #ifndef __STD_STRING_H__ 17 #ifndef __STD_STRING_H__
18 #define __STD_STRING_H__ 18 #define __STD_STRING_H__
19 19
20 /** 20 /**
21 * \file 21 * \file
22 * \brief C++ API: Central ICU header for including the C++ standard <string& gt; 22 * \brief C++ API: Central ICU header for including the C++ standard <string& gt;
23 * header and for related definitions. 23 * header and for related definitions.
24 */ 24 */
25 25
26 #include "unicode/utypes.h" 26 #include "unicode/utypes.h"
27 27
28 #if U_HAVE_STD_STRING 28 #if U_HAVE_STD_STRING
29 29
30 #if !defined(_MSC_VER)
31 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug. cgi?id=13364
32 #endif
30 #include <string> 33 #include <string>
31 34
32 #endif // U_HAVE_STD_STRING 35 #endif // U_HAVE_STD_STRING
33 36
34 #endif // __STD_STRING_H__ 37 #endif // __STD_STRING_H__
OLDNEW
« no previous file with comments | « source/common/unicode/rbbi.h ('k') | source/common/unicode/stringtriebuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698