mettle icon indicating copy to clipboard operation
mettle copied to clipboard

Remove workaround for GCC bug 64194

Open jimporter opened this issue 10 years ago • 1 comments

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 avatar Jun 16 '15 05:06 jimporter

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.

jimporter avatar Oct 29 '21 23:10 jimporter