Sha256: 55f551ef9f5468c5d5eabb7f8b706d1cb2a0bd1720284afdf2bfe823816ad8b3

Contents?: true

Size: 1.08 KB

Versions: 58

Compression:

Stored size: 1.08 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: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $
 */

// 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

58 entries across 58 versions & 8 rubygems

Version Path
rockdog-passenger-0.0.1 ext/boost/date_time/locale_config.hpp
passenger-3.0.21 ext/boost/date_time/locale_config.hpp
passenger-3.0.19 ext/boost/date_time/locale_config.hpp
passenger-3.0.18 ext/boost/date_time/locale_config.hpp
passenger-3.9.1.beta ext/boost/date_time/locale_config.hpp
passenger-3.0.17 ext/boost/date_time/locale_config.hpp
passenger-3.0.15 ext/boost/date_time/locale_config.hpp
passenger-3.0.14 ext/boost/date_time/locale_config.hpp
passenger-3.0.13 ext/boost/date_time/locale_config.hpp
passenger-3.0.12 ext/boost/date_time/locale_config.hpp
yspassenger-3.0.12 ext/boost/date_time/locale_config.hpp
passenger-3.0.11 ext/boost/date_time/locale_config.hpp
passenger-3.0.10 ext/boost/date_time/locale_config.hpp
vanity-1.7.1 vendor/ruby/1.9.1/gems/passenger-2.2.15/ext/boost/date_time/locale_config.hpp
passenger-3.0.9 ext/boost/date_time/locale_config.hpp
passenger-3.0.8 ext/boost/date_time/locale_config.hpp
passenger-3.0.7 ext/boost/date_time/locale_config.hpp
passenger-3.0.6 ext/boost/date_time/locale_config.hpp
passenger-3.0.5 ext/boost/date_time/locale_config.hpp
passenger-3.0.4 ext/boost/date_time/locale_config.hpp