Line | |
---|
1 | /*=============================================================================
|
---|
2 | Copyright (c) 2001-2003 Joel de Guzman
|
---|
3 | http://spirit.sourceforge.net/
|
---|
4 |
|
---|
5 | Use, modification and distribution is subject to the Boost Software
|
---|
6 | License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
---|
7 | http://www.boost.org/LICENSE_1_0.txt)
|
---|
8 | =============================================================================*/
|
---|
9 | #if !defined(BOOST_SPIRIT_NIL_HPP)
|
---|
10 | #define BOOST_SPIRIT_NIL_HPP
|
---|
11 |
|
---|
12 | namespace boost { namespace spirit
|
---|
13 | {
|
---|
14 | struct nil_t {};
|
---|
15 | }}
|
---|
16 |
|
---|
17 | #endif
|
---|
18 |
|
---|
19 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.