boost icon indicating copy to clipboard operation
boost copied to clipboard

Super-project for modularized Boost

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

I think there should be a license and readme for this project showing the description and CI badges on the repo site. @mclow What u think, can I do this?

Hi, I build boost and pack it up as nuget packages for our business unit to use. I would like to include third party licenses where appropriate, if applicable (is...

The first paragraph of https://www.boost.org/doc/libs/1_82_0/libs/serialization/doc/index.html contains the following sentence: > Depending on the context, this might used implement object persistence, remote parameter passing or other facility. It seems to be...

While investigating a build issue with fast_dds with boost >= 1.77 I discovered that template inline bool semaphore_timed_wait(sem_t * handle, const TimePoint & abs_time) in boost/interprocess/sync/posix/semaphore_wrapper.hpp Fails to compile[with TimePoint...

Hello, I think I found the bug in `boost::json`. ```cpp boost::json::object test; test["quota"] = 12345; std::string key("quota"); uint64_t quota; try { quota = test.at(key).as_uint64(); } catch(const std::out_of_range& e) { std::cout

Hi, The Boost Polygon library seems unmaintained. [https://github.com/boostorg/polygon/pull/74](This fix) should quite clearly not introduce a regression and fixes an essential bug in the library. It would be great if someone...

Hi, By chance, do you provide digital signed binaries (dlls) or do you plane to provide them in the futur?

After running into [this issue](https://github.com/conan-io/conan-center-index/issues/9047) and updating my b2 dependency, I ran into this issue. This issue occurs because Chocolatey installs Visual Studio 2022 build tools to `C:\Program Files (x86)\Microsoft...

Boost seems to have a unique way of identifying toolsets which does not integrate well with Conda's model of installing and providing a compiler. In essence the problem is that...