<div>This is a different error from the one previously reported. Using the 'samples/cpp_tokens' <br>
example preprocessor with the input file:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #define __glibcpp_function_requires(...)<br>
give the following error message<br>
&nbsp;&nbsp;&nbsp; test.C(1): error: ill formed #define directive: __glibcpp_function_requires<br>
<br>
This error was found when preprocessing the file:<br>
&nbsp;&nbsp; #include &lt;algorithm&gt;<br>
where the implementation of algorithm is from gcc. The error from the custom <br>
preprocessor is:<br>
&nbsp;&nbsp; PATH_TO_GCC_STL_IMPLEMENTATION/bits/concept_check.h(52):
error: ill formed #define directive: __glibcpp_function_requires<br>
It is important for us to be able to preprocess this header file since we<br>
aim for gcc compatibility. Is this standard preprocessor syntax? <br>
Could Wave support this syntax?<br>
<br>
Regards<br></div><span class="sg">
Andreas</span>

