• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*=============================================================================
2     Boost.Wave: A Standard compliant C++ preprocessor library
3     http://www.boost.org/
4 
5     Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
6     Software License, Version 1.0. (See accompanying file
7     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9 
10 // test the error reporting for unknown directives
11 
12 //R
13 //E t_2_005.cpp(14): error: ill formed preprocessor directive: #this_is_a_unknown_pp_directive with some parameter
14 #this_is_a_unknown_pp_directive with some parameter
15 
16 //H 21: t_2_005.cpp(14): #this_is_a_unknown_pp_directive with some parameter
17 //H 18: boost::wave::preprocess_exception
18