Potential non consistency in documentation
denzor200 opened this issue · comments
Denis Mikhailov 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
Joel de Guzman commented
Your code is correct and allowed. The documentation is misleading and should be fixed.
Joel de Guzman commented
Fixed in develop branch