Potential non consistency in documentation
denzor200 opened this issue · 2 comments
denzor200 commented
https://www.boost.org/doc/libs/1_77_0/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html
This documentation said that a const reference cannot be as an element of some tier.
However, this examples compiles successfully:
https://godbolt.org/z/9b3jh48xv
djowel commented
Your code is correct and allowed. The documentation is misleading and should be fixed.
djowel commented
Fixed in develop branch