intl/icu/source/common/unicode/std_string.h

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     1 /*
     2 *******************************************************************************
     3 *
     4 *   Copyright (C) 2009-2011, International Business Machines
     5 *   Corporation and others.  All Rights Reserved.
     6 *
     7 *******************************************************************************
     8 *   file name:  std_string.h
     9 *   encoding:   US-ASCII
    10 *   tab size:   8 (not used)
    11 *   indentation:4
    12 *
    13 *   created on: 2009feb19
    14 *   created by: Markus W. Scherer
    15 */
    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 &lt;string&gt;
    23  *                 header and for related definitions.
    24  */
    26 #include "unicode/utypes.h"
    28 #if U_HAVE_STD_STRING
    30 #include <string>
    32 #endif  // U_HAVE_STD_STRING
    34 #endif  // __STD_STRING_H__

mercurial