sergegers
sergegers
@ericniebler pls, leave a comment. Did I make a mistake in my conclusions?
So you are waiting when [P2325R3](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2325r3.html) leaks in production compiler. Thank you @ericniebler , @JohelEGP .
As workaround ``` #include namespace boost::fusion::result_of { template struct size; template struct size {}; template < typename Sequence , typename First , typename Last /*= use_default*/ > struct erase; template...
@marehr So, the popular idioms - view like a couple of iterators or view introduces a new indirection level, it looks like a pointer - are wrong.
I'm not talking you are wrong and thanks for clarifying. I'm simply want to get a confirmation that is not a library design or implementation bug before to start adapting...
Yes, it is. And, due to the output isn't a part of the standard I think to have a way to disable it is a good thing. The similar problem...