$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-05-07 09:34:07
"Neal D. Becker" <ndbecker2_at_[hidden]> wrote in message news:c7fv0m$bs4$1_at_sea.gmane.org...
| This simple test fails to compile on gcc-3.3.3. Any thoughts?
the tests works with gcc 3.3.1.
| int F (int size) {
| int a[size];
^^^^^^
not legal, size must be a constant.
br
Thorsten