Sha256: 7e5c53ac4117e89415fbfde941600b985c15e7ad9cd04bd1b48f91b6bcaccca0

Contents?: true

Size: 905 Bytes

Versions: 30

Compression:

Stored size: 905 Bytes

Contents

/*
*******************************************************************************
*
*   Copyright (C) 2009-2014, International Business Machines
*   Corporation and others.  All Rights Reserved.
*
*******************************************************************************
*   file name:  std_string.h
*   encoding:   US-ASCII
*   tab size:   8 (not used)
*   indentation:4
*
*   created on: 2009feb19
*   created by: Markus W. Scherer
*/

#ifndef __STD_STRING_H__
#define __STD_STRING_H__

/**
 * \file
 * \brief C++ API: Central ICU header for including the C++ standard <string>
 *                 header and for related definitions.
 */

#include "unicode/utypes.h"

#if U_HAVE_STD_STRING

#if !defined(_MSC_VER)
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
#endif
#include <string>

#endif  // U_HAVE_STD_STRING

#endif  // __STD_STRING_H__

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
node-compiler-0.7.0 vendor/node-v6.9.1/deps/icu-small/source/common/unicode/std_string.h
pango-3.1.0-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.1.0-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.9-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.9-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.8-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.8-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.7-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.7-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.6-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.6-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.5-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.5-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.4-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.4-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.3-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.3-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.2-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.2-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.0.1-x86-mingw32 vendor/local/include/unicode/std_string.h