Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unadvertised dropped MSVC 9.0 (Visual 2008) support #471

Closed
jschueller opened this issue Aug 26, 2019 · 1 comment
Closed

Unadvertised dropped MSVC 9.0 (Visual 2008) support #471

jschueller opened this issue Aug 26, 2019 · 1 comment
Labels
transition Transition to bfgroup/b2

Comments

@jschueller
Copy link

jschueller commented Aug 26, 2019

It seems lib boost.build uses some c++11 features unavailable in vc9:

build\src\engine\sysinfo.h(41) : error C2864: 'b2::system_info::cpu_core_count_' : only static const integral data members can be initialized within a class
sysinfo.cpp(10) : fatal error C1083: Cannot open include file: 'thread': No such file or directory

This is not mentioned in the changelog:
https://www.boost.org/users/history/version_1_71_0.html

Furthermore you mention old msvc versions that are not supported anymore:

Boost's primary test compilers are: 
...
Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0, 14.1 

Could you confirm or update if required ?

@jschueller jschueller changed the title MSVC 9.0 (Visual 2008) support ? Unadvertised dropped MSVC 9.0 (Visual 2008) support Aug 26, 2019
@stale
Copy link

stale bot commented Jun 11, 2021

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

@stale stale bot added the transition Transition to bfgroup/b2 label Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

1 participant