/*============================================================================= Wave: A Standard compliant C++ preprocessor Copyright (c) 2001-2004 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is subject to 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) See Copyright.txt for full acknowledgements. =============================================================================*/ // Test if invalid or not allowed universal characters are rejected #define \u00ff ... \u00ff //E #line 19 "test_files/test28.cpp" //E ... #define \u0061 weird // 0x61 == 'a' \u0061 // should emit an error //L (23): error: a universal character name cannot designate a character in the basic character set: \u0061 //R 2
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here
Skills that self-taught computer programmers lack