diff --git a/src/wave.cpp b/src/wave.cpp index 1fa1607..d1d3abb 100644 --- a/src/wave.cpp +++ b/src/wave.cpp @@ -112,7 +112,6 @@ class wave_hooks : public boost::wave::context_policies::eat_whitespace iterator_type end = ctx.end(); for (iterator_type it = ctx.begin(source.begin(), source.end()); it <= end && boost::wave::token_id(*it) != boost::wave::T_EOF; it++) { - std::cerr<<"ack"< ctx.pop_iteration_context(); return true; - } catch (boost::wave::cpp_exception const& e) { - std::cerr<