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

As requested by @igaztanaga on https://cpplang.slack.com/archives/C27KZLB0X/p1710326590253599 I'm opening an issue here. I'm creating a shared memory: ``` TEST(SharedMemoryManagerTest, PlainTest) { struct TestData { std::chrono::time_point c1{}; std::chrono::time_point c2{}; uint32_t data; };...

Hi, I'm trying to compile Boost for Android, this is the code that I'm using. ``` ./bootstrap.sh -with-toolset=gcc userConfigs=$srcdir/$_srcname/user-config.jam cat "${userConfigs}" using clang : android : ${ANDROID_CXX} : ${ANDROID_AR} \...

I have a react-native project and ran `pod install` to install all dependencies, but the downloading progress for boost 1.76.0 hangs on 49%. I then tried manually download the library...

I get an build error. The log message is "integer value -1 is outside the valid range of values [0, 3] for this enumeration type" in integral_wrapper.hpp. This is a...

Because of this submission [https://github.com/boostorg/build/commit/77a9d5d406ad1183ca3041155094e2c9497dee20](https://github.com/boostorg/build/commit/77a9d5d406ad1183ca3041155094e2c9497dee20) 。After compiling boost, it will take a lot of time to copy /b copy the source files. ![image](https://github.com/boostorg/boost/assets/27939022/4b442fa3-ddcf-4dc0-8df7-aa9bfabc5bed)

We are using boost with C++/CLI, but some of the limitations does not seem to be valid. The config visualc.hpp conditionally sets these: BOOST_NO_CXX11_THREAD_LOCAL BOOST_NO_SFINAE_EXPR BOOST_NO_CXX11_REF_QUALIFIERS BOOST_NO_CXX11_CONSTEXPR But given the...

I am currently working on verifying and testing boost for the QNX platform. For some reason, there are some issues with the powl function on the platform which causes a...

### Description The issue only repro on X64-bit. Adding the /bigobj option works. Could you please help to take a look at this? Thank you. ### Steps to Reproduce 1....

Boost upgradation from 1.71 to 1.82 causing boost::filesystem::status: Function not implemented Error. Could you please help me to resolve this issue.

Hi, I am using the boost::asio::serial_port on windows without probplems. Now I have still one maschine running on windows and one on linux. Using a serial port connection via putty...