$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Kawulak (kawulak_at_[hidden])
Date: 2006-02-09 17:36:28
Hi,
> From: Tobias Schwinger
> -inline T (*&to_ptr(T (&t)[N]))[N]
> +inline T (*&to_ptr(T (&)[N]))[N]
Confirm - I've also found the typo and after fixing it all the
tests apart from rvalue are passed.
I also tried to run the tests with Digital Mars - rvalue tests
fail as well, and there are some problems with array tests too -
I'll try to investigate this as soon as possible (but the
problems with DM seem to be in range rather than foreach itself).
Best regards,
Robert