[1.47.0] Beta 1 Release Notice

Boost release 1.47.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/ New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators, Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types, Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Proto, Spirit, Tokenizer, Utility, Wave For details of what's in the release, see http://beta.boost.org/users/news/version_1_47_0. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. There have been reports of build issues with MinGW/CGG and 64-bit Windows/VC++. These are being investigated and hopefully should be cleared up before the final release Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team Beman Dawes Daniel James Eric Niebler Rene Rivera Vladimir Prus

Building for Visual Studio on Windows 8, I found a two problems:
In Visual Studio 8.0 SP1 (Visual Studio 2005), there is a problem with
iostreams/detail/path.hpp. Here's a excerpt from the build log:
compile-c-c++ bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\file_descriptor.obj
file_descriptor.cpp
.\boost/iostreams/detail/path.hpp(123) : error C2535:
'path::sfinaePath::external_string_type,boost::iostreams::detail::path&::type
boost::iostreams::detail::path::operator =(const Path &)' : member
function already defined or declared
.\boost/iostreams/detail/path.hpp(109) : see declaration of
'boost::iostreams::detail::path::operator ='
libs\iostreams\src\file_descriptor.cpp(241) : warning C4800: 'int' :
forcing value to bool 'true' or 'false' (performance warning)
call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
cl /Zm800 -nologo
@"bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\file_descriptor.obj.rsp"
...failed compile-c-c++
bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\file_descriptor.obj...
compile-c-c++ bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\mapped_file.obj
mapped_file.cpp
.\boost/iostreams/detail/path.hpp(123) : error C2535:
'path::sfinaePath::external_string_type,boost::iostreams::detail::path&::type
boost::iostreams::detail::path::operator =(const Path &)' : member
function already defined or declared
.\boost/iostreams/detail/path.hpp(109) : see declaration of
'boost::iostreams::detail::path::operator ='
libs\iostreams\src\mapped_file.cpp(59) : warning C4244: 'return' :
conversion from 'const boost::iostreams::stream_offset' to 'size_t',
possible loss of data
libs\iostreams\src\mapped_file.cpp(135) : warning C4244:
'initializing' : conversion from 'boost::iostreams::stream_offset' to
'LONG', possible loss of data
libs\iostreams\src\mapped_file.cpp(136) : warning C4244:
'initializing' : conversion from 'boost::iostreams::stream_offset' to
'LONG', possible loss of data
libs\iostreams\src\mapped_file.cpp(141) : warning C4244: '=' :
conversion from 'boost::iostreams::stream_offset' to 'LONG', possible
loss of data
libs\iostreams\src\mapped_file.cpp(142) : warning C4244: '=' :
conversion from 'boost::iostreams::stream_offset' to 'LONG', possible
loss of data
libs\iostreams\src\mapped_file.cpp(204) : warning C4244:
'initializing' : conversion from 'boost::iostreams::stream_offset' to
'LONG', possible loss of data
libs\iostreams\src\mapped_file.cpp(205) : warning C4244:
'initializing' : conversion from 'boost::iostreams::stream_offset' to
'LONG', possible loss of data
libs\iostreams\src\mapped_file.cpp(325) : warning C4244: 'argument' :
conversion from 'boost::iostreams::stream_offset' to 'SIZE_T',
possible loss of data
call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
cl /Zm800 -nologo
@"bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\mapped_file.obj.rsp"
...failed compile-c-c++
bin.v2\libs\iostreams\build\msvc-8.0\debug\link-static\runtime-link-static\mapped_file.obj...
...skipped
Boost release 1.47.0 beta 1 is now available from SourceForge
See http://sourceforge.net/projects/boost/files/
New Libraries: Chrono, Geometry, Phoenix and Ratio.
Updated Libraries: Accumulators, Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types, Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Proto, Spirit, Tokenizer, Utility, Wave
For details of what's in the release, see http://beta.boost.org/users/news/version_1_47_0. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files.
There have been reports of build issues with MinGW/CGG and 64-bit Windows/VC++. These are being investigated and hopefully should be cleared up before the final release
Please download the beta, give it a try, and report any problems you encounter.
Thanks,
-- The Boost Release Team
Beman Dawes Daniel James Eric Niebler Rene Rivera Vladimir Prus _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-announce

On 22 June 2011 22:49, Tom Kent
Building for Visual Studio on Windows 8, I found a two problems:
In Visual Studio 8.0 SP1 (Visual Studio 2005), there is a problem with iostreams/detail/path.hpp. Here's a excerpt from the build log:
Can you try the attached patch? It just activates a workaround that's used for Visual C++ 7.1.

On 22 June 2011 22:49, Tom Kent
wrote: Building for Visual Studio on Windows 8, I found a two problems:
In Visual Studio 8.0 SP1 (Visual Studio 2005), there is a problem with iostreams/detail/path.hpp. Here's a excerpt from the build log:
Can you try the attached patch? It just activates a workaround that's used for Visual C++ 7.1.
Works like a charm. I think that should be put in the release for 1_47_0 final.
participants (4)
-
Beman Dawes
-
Daniel James
-
Klaim - Joël Lamotte
-
Tom Kent