boost icon indicating copy to clipboard operation
boost copied to clipboard

Super-project for modularized Boost

Results 173 boost issues
Sort by recently updated
recently updated
newest added

(1) .\b2.exe -j5 --toolset=msvc-14.0-xp --with-date_time --with-filesystem --with-system --with-thread --with-regex link=static runtime-link=static (2)add #define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WINXP int file \boost\winapi\config.hpp but i work well on win7,win10.but when i put it to Winxp,...

I have a huge parser made with spirit and utree which is working well for quite a long time. Since boost 1.72 (I think), it does not compile anymore (not...

I want to build `boost +mpi %gcc @10.2.0` via Spack https://github.com/spack/spack on Summit, which is a ppc64le GNU/Linux system. This fails due to a configure error in Boost. Although Spack...

Multiple software suffered from boost global placeholders removal causing "_1 was not declared in this scope" like compiler errors. The backward compatibility was supposed to be addressed by BOOST_BIND_GLOBAL_PLACEHOLDERS, it...

Quite a few boost libraries still "#include " and use _1, _2, etc without their boost::placeholders scope prefix. This generates unnecessary deprecation warnings in user code, not to mention boost...

Basically i am using async_wait with wait_read flag to read data on socket when socket is ready for read. but this async_wait waits forever with wait_read flag if there is...

Android studio could automatically pack shared libraries into final apk. But if we link to `libboost_system.so`, which is a soft link to `libboost_system.so.1.68.0`, only the former will be packed.

Hello I am new to ubuntu and was trying to compile firestorm viewer for a week now and failed. No matter what I try always failed with same error undefined...

I've recently started adding `boostorg/boost` as a git submodule for my own application. After experimenting, I've discovered that doing so will make your `git status` commands very slow (here ~3secs;...