How to use the Boost compiled libraries in Windows
As stated on the boost.org Getting Started for Windows page, most Boost libraries are header-based that require no separate compilation. But there exist some Boost libraries that require a separate compilation in order to use them. This page essentially reiterates what is already explained in section 5.2.1 of the Getting Started page, but with additional …
Continue reading ‘How to use the Boost compiled libraries in Windows’ »