$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2003-12-21 17:53:10
Beman Dawes wrote:
> Does that mean that there is or is not a bug in MWCW 8.3?
I didn't find any bug. The old approach used to implement static_assert in MWCW
has a limitation, which we hit in Spirit. It seems that it was there just as a
workaround. I can't speak for previous versions, but in 8.3 this is no longer
needed, and we can use the default implementation.
> Which static_assert test demonstrates this? static_assert_test_fail_8?
This test was failing with the old approach for MWCW, and is still failing with
the new one. It must be something else, but I didn't investigate it.
Giovanni Bajo