$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ian McCulloch (ianmcc_at_[hidden])
Date: 2006-10-18 17:32:49
Hi,
In boost 1.33.1, using MPL with gcc -pedantic gives an annoying error,
boost/mpl/print.hpp:62: error: comma at end of enumerator list
The trivial fix is to remove the comma at the end of line 60 of that file,
which I did for my downloaded copy of boost ages ago, then promptly forgot
about it. But I just checked the CVS and it seems that this bug is still
present in both HEAD and RC_1_34_0. It would be great if this could be
fixed before 1.34.
Cheers,
Ian McCulloch