Hello.
The following code shows a CLANG bug when a function template declared inside a namespace decl is later defined outside of the namespace decl.
(Hoping that function template support is mature enough to welcome this kind of bug reports).
Hello.
The following code shows a CLANG bug when a function template declared inside a namespace decl is later defined outside of the namespace decl.
(Hoping that function template support is mature enough to welcome this kind of bug reports).
Enea Zaffanella wrote:
Hello.
The following code shows a CLANG bug when a function template declared
inside a namespace decl is later defined outside of the namespace decl.
(Hoping that function template support is mature enough to welcome this
kind of bug reports).
Yes. Please file a bug in Bugzilla, at http://llvm.org/bugs/
Sebastian