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

Env OS: Windows Boost: 1.78.0 Hello, I have discovered a (potential) issue with implementation of boost::process::limit_handles handler, that should be used when we want to limit handle inheritance in child...

Environment: Ubuntu 20.04 WSL2 Boost version: 1.79.0 Emscripten toolchain is downloaded as a nuget package and manually added to the PATH. Issue: I want to build `boost test` with `emscripten`...

Whatever geometry is used. Boost is compiled with xcode 13.4.1 Example : typedef boost::geometry::model::d2::point_xy point_t; typedef boost::geometry::model::polygon poly_t; point_t p(ray.m_origin.x, ray.m_origin.y); poly_t poly; poly.outer().push_back(point_t(R0.x, R0.z)); poly.outer().push_back(point_t(R1.x, R1.z)); poly.outer().push_back(point_t(L0.x, L0.z)); poly.outer().push_back(point_t(L1.x,...

Hi, I am following the guide here: https://www.boost.org/doc/libs/1_79_0/more/getting_started/windows.html And it seems that after unpacking boost_1_79_0.7z, there is no /lib subdirectory appearing under the boost_1_79_0/ folder. I'm aware that building may...

CSS files should be UTF-8: https://www.w3.org/International/questions/qa-css-charset

The below function which is invoked by time_from_string when a month name such as "May" is used - populates the table when empty. However when two threads make the same...

![Screenshot 2021-12-02 231953](https://user-images.githubusercontent.com/86049648/144476110-0adf1a8d-1acd-4591-bbbc-ee430e98cddb.png) here replace index.htm file with index.html

:/soft/CGAL-4.8.1/install/include/CGAL/Mesh_3/global_parameters.(74): Parse error at "BOOST_PP_TUPLE_ELEM_O_4args"

Not sure if my expectation is correct. Expectation - The exception from fn3 should be propagated out to the try-catch in `someFunction` Current result - In the below code-snippet, the...

I'm building a program with stdc++17, which depends on `pcl/search/kdtree.h`. I got following errors: ``` In file included from /usr/include/boost/mpl/not.hpp:17:0, from /usr/include/boost/mpl/assert.hpp:17, from /usr/local/include/pcl-1.11/pcl/point_struct_traits.h:42, from /usr/local/include/pcl-1.11/pcl/type_traits.h:40, from /usr/local/include/pcl-1.11/pcl/memory.h:46, from /usr/local/include/pcl-1.11/pcl/pcl_base.h:46,...