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

Buffer Overflow: Format String - At Line: 1980 of File: opt/buildtools-local/gcc-4.8.2/boost-1.55.0/include/boost/asio/detail/impl/socket_ops.ipp -- Out-of-Bounds Read: Off-by-One - At Line: 728 of File: opt/buildtools-local/gcc-4.8.2/boost-1.55.0/include/boost/iterator/iterator_facade.hpp Type Mismatch: Signed to Unsigned - At Line:...

Add s390x platform to the list of deducible architectures

I have been linking boost library from CMD but MSVC linked standard library and boost library remains unused. Followed steps: cl /F 10000000 /TP /EHsc random_speed.cpp /I C:\Users\zen2-\MS_COMPILER\memcpy_boost_18062019\install\include\boost-1_70\ /link /LIBPATH:C:\Users\zen2-\MS_COMPILER\memcpy_boost_18062019\install\lib\...

Boost 1.70 is not compiling when using clang-9 / hcc compiler.

I just for the first time had cmake pick up boosts own cmake setup. unfortunately this immediately caused problems. unlike cmakes FindBoost.cmake the boost version does not provide transitive dependencies...

I hace excuted this command in order to compile on intel compiler compiler enviroment had been added from /tools/build ./bootstrap.sh ./b2 install --prefix=$HOME/local/BOOST export PATH=$HOME/local/BOOST/bin:$PATH cd ../../ b2 address-model=64 toolset=intel...

The build succeeds for all versions up to 1.74.0 but fails onwards with the message ```bash gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/visibility-hidden/posix_api.o libs/regex/build/../src/posix_api.cpp: In function ‘int boost::regcompA(boost::regex_tA*, const char*, int)’: libs/regex/build/../src/posix_api.cpp:90:11: error: ‘uint_fast32_t’ is...

Checked on Boost versions 1.79, 1.80, with both NTFS and ReFS, Windows 10 How to reproduce: - enable data deduplication on an NTFS or ReFS volume - make sure that...

I have a problem when using boost in c++ I have three projects: Inheritance (.lib) that contains classes : Foo, Soo, Roo and uti.cpp DllInherit (.dll) that contains classes :...

Might be related to https://github.com/boostorg/boost/issues/503 but building Boost Python 3 (Boost 1.80.0) with ```sh ./bootstrap.sh --with-libraries=python --with-python=python3 ./b2 --debug-configuration --debug-building --debug-generator install ``` does not work: `bootstrap.sh` seems to work...