945 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			945 B
		
	
	
	
	
	
	
	
Boost (C++ Libraries)
Boost provides free peer-reviewed portable C++ source libraries.
- Home: http://www.boost.org/
 - Wikipedia: https://en.wikipedia.org/wiki/Boost_(C%2B%2B_libraries)
 - Download: http://www.boost.org/users/download/
 - State: mature
 - Code: https://github.com/boostorg/boost
 - Language(s): C++
 - License: BSL-1.0
 
Building
Uses its own Build process
2017-11 (1.65.1)
- Much is header only, but some parts require building
 - Follow Getting started on Windows or Getting starten on Unix variants
 - Building on Windows with MSVC 2017 requires a workaround (see issue #13197)
 - With MSVC 2015 run "bootstrap vc14" followed by "b2 toolset=msvc-14.0 stage"