Arnaud Becheler
Arnaud Becheler
Oooh nice! Thank you! Well I don't think I want to complicate my dependencies even more, so I will keep my rocky implementation , but I will watch this (not-so-slow-for-non-native-speakers)...
Hi @jeremy-murphy ! Trees are back to haunt you! 🌱 👻 I began to play with your bidirectional binary tree code, but I am not sure to understand how I'm...
Hi @jeremy-murphy ! I'm carving my way in, but the code fails to compile with a `no template named 'BidirectionalBinaryTreeConcept' in namespace 'boost::concepts';` I can't find anything in the project...
Ok, found it in the file https://github.com/jeremy-murphy/graph/blob/k-ary-tree/include/boost/graph/graph_concepts.hpp . I isolated the required definitions in a `concepts.hpp` file : ```cpp #ifndef BOOST_GRAPH_DETAIL_CONCEPTS_TREE #define BOOST_GRAPH_DETAIL_CONCEPTS_TREE #include #include #include namespace boost::concepts { BOOST_concept(ForwardBinaryTree,(G))...
@jeremy-murphy in the present state, the syntax `k_ary_tree g` mentioned [here](https://github.com/boostorg/graph/issues/123#issuecomment-436608649) is not supported as the focus seemed to be binary trees only. Am I missing some code updates and...
Hi again! 😃 Any (even small/rapid/partial) update on this question? Thank you!
Thanks for your answer, However it seems it does not entirely solve my problem: ``` File "mymainl.py", line 73, in __myfunc data = message.encode( { key : val }, strict=False...
Sorry for my naivety, but would it be possible to extend Boost’s Graphviz reader to capture endpoint ports and store them in edge bundles/property maps, and optionally update the writer...
Conan detects indeed gcc13 but I overwrite the settings when invoking install ``` $ conan profile detect detect_api: Found cc=gcc- 13.2.0 detect_api: gcc>=5, using the major as version detect_api: gcc...
Hi @mpusz ! Sorry for my late answer and thank you for your answer. It solved it and the pipeline could run smoothly. Thank you so much again for your...