Théo DELRIEU
Théo DELRIEU
Boost.Move own `iterator_traits` fails to compile when using `ranges::to`, as it relies on the iterator's member types. EDIT: example output ``` /Users/theo/.conan/data/boost/1.76.0/_/_/package/aab501a79b7a20cf10f7293cf64da1317989934c/include/boost/move/detail/iterator_traits.hpp:46:31: error: no type named 'value_type' in 'ranges::common_iterator' typedef...
Hello, I opened an issue on [Boost.Context](https://github.com/boostorg/context/issues/76) a while ago, and I'm currently trying to solve it "properly". First, here is the small project I created to reproduce the issue:...
Hello, I've stumbled across a weird behaviour related to `target-os` and shared libraries, while building `atomic` (I'm on macOS): * `cd boost/libs/atomic/build` * run `b2 toolset=clang link=shared target-os=iphone` The macOS...
@Kojoley Following up on #649, I inverted the test based on your comment. Let me know what you think about it!
### Description of Problem, Request, or Question Hello, I wanted to use `boost_container/1.66.0@bincrafters/stable`, and as noted in Boost.Container [documentation](https://www.boost.org/doc/libs/1_66_0/doc/html/container.html): > There is no need to compile Boost.Container, since it's a...
Hello, I'm using a `conandata.yml` in my recipe, copied from CCI: ```yaml sources: "2.9.2": url: "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz" sha256: "c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4" ``` After running a `conan create`, here is what gets written in...
Hi, it's been a while. Just connected to Github and saw the optional-related issue, tests pass with `-DJSON_ImplicitConversions=OFF`.