$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-08-15 07:31:13
At 05:55 AM 8/15/2002, Victor A. Wagner, Jr. wrote:
>C:\Boost Releases\boost\boost\test\detail\unit_test_config.hpp(34) :
error
>C2039: 'distance' : is not a member of 'std'
Have you looked at the output from config_info on your system?
In the Win32 compiler status table config_info results, you can click
through to see what the config_info output looked like for the regression
tests. You should be getting the same results on your own system (assuming
it is a Win32 setup).
John Maddock deserves a lot of praise for config_info; it really eases
troubleshooting of config issues.
HTH,
--Beman