$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2004-08-07 13:10:54
On Aug 7, 2004, at 12:30 PM, Rene Rivera wrote:
> \Boost\test\bin\boost\libs\concept_check\stl_concept_covering.test\cw\r
> elease\stl_concept_covering.obj
> ### mwcc Compiler:
> # File: stl_concept_covering.cpp
> # ---------------------------------
> # 387: out = std::fill_n(out, n, value);
> # Error: ^
> # illegal use of type 'void'
That's a correct error message. Though I probably would not object if
the standard were changed to allow this usage.
-Howard