$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-10-18 06:39:12
>Does anybody know how to fix this or overcome it so I can test
>further, cause while I do not even see any reference to config_test
>and not that familiar with config test framework.
Are you using the latest cvs source, I know that there was a problem in
there, but thought I had it fixed - it compiles OK for me - the issue was
passing a const pointer as a second argument to use_facet, rather than a
non-const pointer. See boost_has_2arg_use_facet.cxx.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/