Le 30/10/2020 à 15:16, Hans Dembinski via Boost a écrit :
On 30. Oct 2020, at 14:52, Hans Dembinski
wrote: Dear John and the other gurus,
a strange bug was reported for Boost.Histogram. It is a difficult one for which I would like to ask for help. To me it looks like a bug in gcc.
Here is the issue: https://github.com/boostorg/histogram/issues/290 Here is an absolute minimal example which does not include boost at all.
clang is ok, msvc is ok, gcc fails.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Not, an expert but I would say it looks like a gcc bug. As a workaround the function in the nested namespace can be declared with a trailing return type, this doesn't seem to trigger the bug: https://godbolt.org/z/fY979r Thomas