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 64194 #9

Closed jimporter closed 3 months ago

jimporter commented 9 years ago

Currently, we have to work around Bug 64194: <unresolved overloaded function type> for function template with auto return. Once GCC fixes it, we should remove the workaround.

jimporter commented 3 years ago

This is fixed in GCC 11 and backported to GCC 9 and 10, so once we drop support for earlier versions, the workaround can be removed.