$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: edjboost (edjboost_at_[hidden])
Date: 2002-03-01 12:40:33
Someone just checked in a change to utilities/call_traits_test.cpp
that seems to be missing a close paren on line 248. I am adding one
at the very end in my own sources. Please correct and update the
repository.
#if !(defined(__GNUC__) && (__GNUC__ < 4)) #if !(defined(__GNUC__)
&& ((__GNUC__ < 3) || (__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
s/b
#if !(defined(__GNUC__) && (__GNUC__ < 4)) #if !(defined(__GNUC__)
&& ((__GNUC__ < 3) || (__GNUC__ == 3) && (__GNUC_MINOR__ < 1)))
Thanks!
-edj