boost
boost copied to clipboard
Super-project for modularized Boost
I'm using React Native which depends on Boost. When trying to run `pod install` I get the following message: ``` [!] Error installing boost Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41,...
严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C2334 “:”的前面有意外标记;跳过明显的函数体 MfcTest C:\dev\vcpkg\installed\x64-windows\include\boost\uuid\detail\chacha20.hpp 136 警告 C4003 类函数宏的调用“min”参数不足 MfcTest C:\dev\vcpkg\installed\x64-windows\include\boost\uuid\detail\chacha20.hpp 138 警告 C4003 类函数宏的调用“max”参数不足 MfcTest C:\dev\vcpkg\installed\x64-windows\include\boost\uuid\detail\chacha20.hpp 141 警告 C4003 类函数宏的调用“max”参数不足 MfcTest C:\dev\vcpkg\installed\x64-windows\include\boost\uuid\detail\chacha20.hpp...
when I run this command: rosdep install --from-paths . --ignore-src -r -y this error appears: ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: mesh_rviz_plugins:...
Godbolt [example](https://godbolt.org/z/vP3MY7a6b) Two polygons are specified in the example above that almost completely overlap. However calling boost::geometry::intersection() on these two polygons in Boost v1.87 does not register as an intersection,...
Full compilation error: ``` In file included from /home/edison/Downloads/boost_1_87_0/boost/config.hpp:39, from /home/edison/Downloads/boost_1_87_0/boost/range/iterator_range_core.hpp:17, from ce.cpp:109: /home/edison/Downloads/boost_1_87_0/boost/config/compiler/gcc.hpp:341:60: error: redeclaration of ‘typedef struct boost::concepts::detail::instantiate boost_concepts::InteroperableIterator::boost_concept_check93’ 341 | # define BOOST_ATTRIBUTE_UNUSED __attribute__((__unused__)) | ^ In...
raphy@raohy:~$ git clone --recurse-submodules https://github.com/boostorg/boost.git raphy@raohy:~/boost$ cmake -B builddir -- The CXX compiler identification is GNU 14.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info -...
Modifies the commit-bot so the variables `block_develop` and `block_master` require the value of "yes" . @mclow merge this when you like. How about delaying until after boost 1.87.0 has been...
Hello! I have a question about deserializing a binary archive. I have such an archive, but the structure that was used for serialization is not there. Is there any way...
Will you create an updated package for vcpkg soon? It's still only on v1.85.
The [documentation](https://www.boost.org/doc/libs/1_86_0/libs/python/doc/html/tutorial/tutorial/exposing.html) contains many examples on how to use boost for python-c++ interoperation, but one of them does not compile: ```c++ #include #include using namespace boost::python; using namespace std; class...