Update readme.md
[openttd-joker.git] / lib / shared / include / unicode / std_string.h
blob05955c5d1e727f8e35bcaeb7d95f85a70d630ca1
1 /*
2 *******************************************************************************
4 * Copyright (C) 2009-2014, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: std_string.h
9 * encoding: US-ASCII
10 * tab size: 8 (not used)
11 * indentation:4
13 * created on: 2009feb19
14 * created by: Markus W. Scherer
17 #ifndef __STD_STRING_H__
18 #define __STD_STRING_H__
20 /**
21 * \file
22 * \brief C++ API: Central ICU header for including the C++ standard <string>
23 * header and for related definitions.
26 #include "unicode/utypes.h"
28 #if U_HAVE_STD_STRING
30 #if !defined(_MSC_VER)
31 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
32 #endif
33 #include <string>
35 #endif // U_HAVE_STD_STRING
37 #endif // __STD_STRING_H__