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.
backward_compatibility.hpp in vendors/XIOS/current/extern/boost/include/boost/concept/detail – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/concept/detail/backward_compatibility.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: 563 bytes
Line 
1// Copyright David Abrahams 2009. Distributed under the Boost
2// Software License, Version 1.0. (See accompanying
3// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4#ifndef BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP
5# define BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP
6
7namespace boost
8{
9  namespace concepts {}
10
11# if !defined(BOOST_NO_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD)
12  namespace concept = concepts;
13# endif
14} // namespace boost::concept
15
16#endif // BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP
Note: See TracBrowser for help on using the repository browser.