id summary reporter owner description type status milestone component version severity resolution keywords cc 12403 wave: #include with an empty file causes a crash under Windows anonymous Hartmut Kaiser "If a file included with #include is processed by boost wave, it will crash with an access violation under Windows. It doesn't appear to crash under Linux, though it could still be an issue that just isn't bad enough to bring down the whole system. The following is an example: {{{ #!c++ #include ""Empty.h"" int foo() { return 0; } }}} Note that Empty.h must be //completely// empty, including no terminating newline." Bugs new To Be Determined wave Boost 1.61.0 Problem