Sha256: d0fb26fcc32f3293723762bc76cd443f8870224adcb03dcf68abe97361ffe135

Contents?: true

Size: 1.03 KB

Versions: 29

Compression:

Stored size: 1.03 KB

Contents

#ifndef DATE_TIME_LOCALE_CONFIG_HPP___
#define DATE_TIME_LOCALE_CONFIG_HPP___

/* Copyright (c) 2002-2006 CrystalClear Software, Inc.
 * Use, modification and distribution is subject to the
 * Boost Software License, Version 1.0. (See accompanying
 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 * Author: Jeff Garland
 * $Date$
 */

// This file configures whether the library will support locales and hence
// iostream based i/o.  Even if a compiler has some support for locales,
// any failure to be compatible gets the compiler on the exclusion list.
//
// At the moment this is defined for MSVC 6 and any compiler that
// defines BOOST_NO_STD_LOCALE (gcc 2.95.x)

#include "boost/config.hpp" //sets BOOST_NO_STD_LOCALE
#include "boost/detail/workaround.hpp"

//This file basically becomes a noop if locales are not properly supported
#if (defined(BOOST_NO_STD_LOCALE)  \
 || (BOOST_WORKAROUND( BOOST_MSVC, < 1300)) \
 || (BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT( 0x581 )) ) )
#define BOOST_DATE_TIME_NO_LOCALE
#endif


#endif

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.2.1 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.2.0 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.12 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.11 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.10 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.9 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.8 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.7 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.6 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.5 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.4 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.3 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.2 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp
passenger-5.1.1 src/cxx_supportlib/vendor-modified/boost/date_time/locale_config.hpp