New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
local_time.hpp in vendors/XIOS/current/extern/boost/include/boost/date_time/local_time – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/date_time/local_time/local_time.hpp @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 958 bytes
Line 
1#ifndef LOCAL_TIME_LOCAL_TIME_HPP__
2#define LOCAL_TIME_LOCAL_TIME_HPP__
3
4/* Copyright (c) 2003-2004 CrystalClear Software, Inc.
5 * Subject to the Boost Software License, Version 1.0.
6 * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
7 * Author: Jeff Garland, Bart Garst
8 * $Date: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $
9 */
10
11#include "boost/date_time/posix_time/posix_time.hpp"
12#include "boost/date_time/local_time/local_date_time.hpp"
13#include "boost/date_time/local_time/local_time_types.hpp"
14#if !defined(USE_DATE_TIME_PRE_1_33_FACET_IO)
15#include "boost/date_time/local_time/local_time_io.hpp"
16#endif // USE_DATE_TIME_PRE_1_33_FACET_IO
17#include "boost/date_time/local_time/posix_time_zone.hpp"
18#include "boost/date_time/local_time/custom_time_zone.hpp"
19#include "boost/date_time/local_time/tz_database.hpp"
20#include "boost/date_time/local_time/conversion.hpp"
21#include "boost/date_time/time_zone_base.hpp"
22
23
24#endif
Note: See TracBrowser for help on using the repository browser.