$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-12 05:01:47
> I am trying to build boost v 1.30.0 regex library on a hp machine.
> The 'syname' output is this:
> Anyone have any idea how I can fix this problem of the ambiguious
> getlocale function?
It was fixed for 1.31, and we're on 1.33 now :-)
Otherwise the fix is to rename the function "getlocale" in c_regex_traits,
see:
http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/regex/src/c_regex_traits.cpp?r1=1.36&r2=1.37
John.