sl@0
|
1 |
//-----------------------------------------------------------------------------
|
sl@0
|
2 |
// boost blank_fwd.hpp header file
|
sl@0
|
3 |
// See http://www.boost.org for updates, documentation, and revision history.
|
sl@0
|
4 |
//-----------------------------------------------------------------------------
|
sl@0
|
5 |
//
|
sl@0
|
6 |
// Copyright (c) 2003
|
sl@0
|
7 |
// Eric Friedman
|
sl@0
|
8 |
//
|
sl@0
|
9 |
// Distributed under the Boost Software License, Version 1.0. (See
|
sl@0
|
10 |
// accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
11 |
// http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
12 |
|
sl@0
|
13 |
#ifndef BOOST_BLANK_FWD_HPP
|
sl@0
|
14 |
#define BOOST_BLANK_FWD_HPP
|
sl@0
|
15 |
|
sl@0
|
16 |
namespace boost {
|
sl@0
|
17 |
|
sl@0
|
18 |
struct blank;
|
sl@0
|
19 |
|
sl@0
|
20 |
} // namespace boost
|
sl@0
|
21 |
|
sl@0
|
22 |
#endif // BOOST_BLANK_FWD_HPP
|