jimporter / mettle

A C++20 unit test framework
https://jimporter.github.io/mettle
BSD 3-Clause "New" or "Revised" License
122 stars 12 forks source link

Remove workaround for GCC bug 65308 #10

Closed jimporter closed 4 years ago

jimporter commented 9 years ago

Currently, we have to work around Bug 65308: auto-returning function template used inside function template doesn't allow template members to be called. Once GCC fixes it, we should remove the workaround.