Sha256: eb25014c9f7a1cf76204005533e0baf06bc7cc899d536b0f5d6789eaf89168df

Contents?: true

Size: 1 KB

Versions: 38

Compression:

Stored size: 1 KB

Contents

// Copyright (C) 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
*   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

38 entries across 38 versions & 2 rubygems

Version Path
pango-3.2.9-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.8-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.7-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.6-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.5-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.5-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.4-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.4-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.3-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.3-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.2-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.2-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.1-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.1-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.0-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.2.0-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.1.9-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.1.9-x86-mingw32 vendor/local/include/unicode/std_string.h
pango-3.1.8-x64-mingw32 vendor/local/include/unicode/std_string.h
pango-3.1.8-x86-mingw32 vendor/local/include/unicode/std_string.h