File: t_2_018.cpp

package info (click to toggle)
boost1.81 1.81.0-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 533,256 kB
  • sloc: cpp: 3,740,548; xml: 126,155; ansic: 34,463; python: 24,526; asm: 5,257; sh: 4,695; ada: 1,681; makefile: 1,626; perl: 1,212; pascal: 1,139; yacc: 478; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (22 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*=============================================================================
    Boost.Wave: A Standard compliant C++ preprocessor library
    http://www.boost.org/

    Copyright (c) 2001-2012 Hartmut Kaiser. 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)
=============================================================================*/

// Check if regression reported by ticket #1752 has been fixed

//R #line 17 "t_2_018.cpp"
//R "__FILE__ is defined"
#ifndef __FILE__
"No __FILE__"
#else
"__FILE__ is defined"
#endif

//H 10: t_2_018.cpp(14): #ifndef
//H 11: t_2_018.cpp(14): #ifndef __FILE__: 1
//H 10: t_2_018.cpp(18): #endif