mirror of
https://github.com/boostorg/wave.git
synced 2026-01-19 04:42:16 +00:00
An (optional) extra position field is added to token_data and set for any identifier token created from a macro expansion. This information is used to correctly calculate the filename and line number.
13 lines
493 B
C++
13 lines
493 B
C++
/*=============================================================================
|
|
Boost.Wave: A Standard compliant C++ preprocessor library
|
|
http://www.boost.org/
|
|
|
|
Copyright (c) 2020 Jeff Trull. Distributed under the Boost
|
|
Software License, Version 1.0. (See accompanying file
|
|
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================*/
|
|
|
|
// use macro defined in the parent file
|
|
FOO(X)
|
|
(Y)
|