Boost logo

Boost :

Subject: Re: [boost] [release] Boost 1.66.0 Beta 1 Release Candidate 1
From: Olaf van der Spek (ml_at_[hidden])
Date: 2017-11-16 15:37:41


On Thu, Nov 16, 2017 at 11:39 AM, Daniel James via Boost
<boost_at_[hidden]> wrote:
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.

MSVC 15.5.0 preview 4:

1>Info: Boost.Config is older than your compiler version - probably
nothing bad will happen - but you may wish to look for an update Boost
version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress
this message.
1>c:\vc\boost\boost\asio\detail\type_traits.hpp(57): error C4996:
'std::result_of': warning STL4014: std::result_of and std::result_of_t
are deprecated in C++17. They are superseded by std::invoke_result and
std::invoke_result_t. You can define
_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING or
_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have
received this warning.

1>c:\program files (x86)\microsoft visual
studio\preview\community\vc\tools\msvc\14.12.25827\include\type_traits(1807):
note: see declaration of 'std::result_of'
1>c:\vc\boost\boost\asio\associated_allocator.hpp(103): error C4996:
'std::allocator<void>': warning STL4009: std::allocator<void> is
deprecated in C++17. You can define
_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING or
_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have
received this warning.

1>c:\program files (x86)\microsoft visual
studio\preview\community\vc\tools\msvc\14.12.25827\include\xmemory0(1087):
note: see declaration of 'std::allocator<void>'
1>c:\vc\boost\boost\asio\use_future.hpp(130): error C4996:
'std::allocator<void>': warning STL4009: std::allocator<void> is
deprecated in C++17. You can define
_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING or
_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have
received this warning.

1>c:\program files (x86)\microsoft visual
studio\preview\community\vc\tools\msvc\14.12.25827\include\xmemory0(1087):
note: see declaration of 'std::allocator<void>'
1>Done building project "Polylines.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

-- 
Olaf

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk