Opened 12 years ago

Closed 12 years ago

#4897 closed Bugs (fixed)

Boost.Filesystem v3 not the default as it ought to be

Reported by: Claudio Bley Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.45.0 Severity: Cosmetic
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_45_0/libs/filesystem/v3/doc/index.htm says:

Version 2 is the default version for Boost release 1.44 only. Version 3 will become the default starting with release 1.45

But boost/filesystem.hpp contains

# if !defined(BOOST_FILESYSTEM_VERSION)
#   define BOOST_FILESYSTEM_VERSION 2
# endif

Probably too late to fix this in 1.45 as it is already out. But at least fix the documentation?

Change History (1)

comment:1 by Beman Dawes, 12 years ago

Resolution: fixed
Status: newclosed

Grrr...

I decided to hold with V2 as the default for 1.45, and totally forgot to do anything about the index pages.

I've updated the index pages in trunk, and sent copies to Rene to post on the web site.

The trunk has also been updated to make V3 the default.

Thanks,

--Beman

Note: See TracTickets for help on using tickets.