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

source: vendors/XIOS/current/extern/boost/include/boost/detail/quick_allocator.hpp @ 3428

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

importing initial XIOS vendor drop

File size: 606 bytes
Line 
1#ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
2#define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
3
4// MS compatible compilers support #pragma once
5
6#if defined(_MSC_VER) && (_MSC_VER >= 1020)
7# pragma once
8#endif
9
10//
11//  detail/quick_allocator.hpp
12//
13//  Copyright (c) 2003 David Abrahams
14//  Copyright (c) 2003 Peter Dimov
15//
16//  Distributed under the Boost Software License, Version 1.0.
17//  See accompanying file LICENSE_1_0.txt or copy at
18//  http://www.boost.org/LICENSE_1_0.txt
19//
20
21#include <boost/smart_ptr/detail/quick_allocator.hpp>
22
23#endif  // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.