[Boost-users] [release] Boost 1.70.0 Beta 1 is now available

5 views
Skip to first unread message

Marshall Clow via Boost-users

unread,
Mar 13, 2019, 10:49:58 AM3/13/19
to Boost users list, boost@lists.boost.org List, Boost announce list, Marshall Clow
[ resending with a non-empty subject line ]
Boost release 1.70.0 beta 1 is now available at:

<https://dl.bintray.com/boostorg/beta/1.70.0.beta1/source/>

The SHA256 checksums are as follows:

dbf89645e509acb2e53eac3c633834f1dec80bd8622e6e652a9741dcf0807f17
./boost_1_70_0_b1.7z
957b984b58656a3ec00661ecad7ef82e3a094bad36e37b9e6624843237854679
./boost_1_70_0_b1.tar.bz2
76d149c1fb9e8a5ceb3bc1e5587edc40fa79a43e8b990d877c2210f0382b9421
./boost_1_70_0_b1.tar.gz
71e990b2c26880521fd98459b184ee172ce1c46dcf554b6eaab7776b8b6369a6
./boost_1_70_0_b1.zip

For details of what's in the release, see <
https://www.boost.org/users/history/version_1_70_0.html>.

Please download the beta, give it a try, and report any problems you
encounter.

Thanks,

-- The Boost Release Team

Marshall Clow via Boost-users

unread,
Mar 19, 2019, 11:11:40 AM3/19/19
to boost@lists.boost.org List, Marshall Clow, Rainer Deyke, Boost users list


On Tue, Mar 19, 2019 at 2:43 AM Rainer Deyke via Boost <bo...@lists.boost.org> wrote:
On 13.03.19 15:49, Marshall Clow via Boost wrote:
> For details of what's in the release, see <
> https://www.boost.org/users/history/version_1_70_0.html>.
>
> Please download the beta, give it a try, and report any problems you
> encounter.

I want to report a problem.

Boost.Test is broken when cross-compiling for Windows on Linux using a
case-sensitive file system because it #includes <Windows.h> instead of
<windows.h> on line 32 of boost/test/utils/timer.hpp.

I did a quick grep through the boost sources, and found:
* About 250 #includes of "windows.h" (all lower case)
* Zero #includes of "Windows.h" (upper-case 'W')
(and a reference to changing one instance in Boost.Test from "Windows.h" to "windows.h" for 1.67.0)

We may or may not be correct, but we're quite consistent.

-- Marshall

Craig Henderson via Boost-users

unread,
Mar 19, 2019, 11:31:18 AM3/19/19
to boost...@lists.boost.org, Craig Henderson
The Windows SDK spells it with a captial W. On Windows, it doesn't matter, but I suggest the "Windows on Linux" system that is being used is incorrect. This should be solvable with soft links.

c:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\um\Windows.h
c:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\Windows.h

-- Craig 
Reply all
Reply to author
Forward
0 new messages