$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.41.0] Beta 1 available
From: Adam Merz (adammerz_at_[hidden])
Date: 2009-11-11 16:31:27
With MSVC10 beta 2 having added nullptr support,
boost/config/compiler/visualc.hpp should probably be updated to
#define BOOST_NO_NULLPTR conditionally similarly to
BOOST_NO_RVALUE_REFERENCES.