https://llvm.org/bugs/show_bug.cgi?id=23276
Eric Fiselier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED See Also| |https://llvm.org/bugs/show_ | |bug.cgi?id=22486 Resolution|--- |INVALID --- Comment #4 from Eric Fiselier <[email protected]> --- This is not a bug in libc++, that is a bug in your sample code. Nothing in the standard says std::pow is a template so writing std::pow<float>(...) is not a valid way to use std::pow. See this bug for a better discussion about what is going on. https://llvm.org/bugs/show_bug.cgi?id=22486 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
