$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Boost.Filesystem v3 as default in Boost 1.46.0?
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2011-01-11 13:14:10
Will the default version of Boost.Filesystem be v3 in the Boost 1.46.0
release? The current release branch still has v2 as the default (at least
in <boost/filesystem.hpp>). Also, if I want to write code that works for
both v2 and v3, should I test the BOOST_FILESYSTEM_VERSION macro directly?
-- Jeremiah Willcock