fix doc example typo
[boost.git] / boost / detail / quick_allocator.hpp
blobd54b3a792d7ca03bf715f5c50a7c556f9389cb3f
1 #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
2 #define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
4 // MS compatible compilers support #pragma once
6 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
7 # pragma once
8 #endif
11 // detail/quick_allocator.hpp
13 // Copyright (c) 2003 David Abrahams
14 // Copyright (c) 2003 Peter Dimov
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
21 #include <boost/smart_ptr/detail/quick_allocator.hpp>
23 #endif // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED