On 09/01/17 11:05 +, Kyrill Tkachov wrote:
On 09/01/17 10:47, Jonathan Wakely wrote:
On 09/01/17 10:39 +, Kyrill Tkachov wrote:
Hi Jonathan,
On 06/01/17 12:40, Jonathan Wakely wrote:
This solves a problem when using libstdc++ with Clang, due to Clang
more eagerly instantiating conste
On 09/01/17 10:47 +, Jonathan Wakely wrote:
On 09/01/17 10:39 +, Kyrill Tkachov wrote:
Hi Jonathan,
On 06/01/17 12:40, Jonathan Wakely wrote:
This solves a problem when using libstdc++ with Clang, due to Clang
more eagerly instantiating constexpr function templates during
argument dedu
On 09/01/17 10:47, Jonathan Wakely wrote:
On 09/01/17 10:39 +, Kyrill Tkachov wrote:
Hi Jonathan,
On 06/01/17 12:40, Jonathan Wakely wrote:
This solves a problem when using libstdc++ with Clang, due to Clang
more eagerly instantiating constexpr function templates during
argument deduction
On 09/01/17 10:39 +, Kyrill Tkachov wrote:
Hi Jonathan,
On 06/01/17 12:40, Jonathan Wakely wrote:
This solves a problem when using libstdc++ with Clang, due to Clang
more eagerly instantiating constexpr function templates during
argument deduction. G++ has some shortcuts to avoid this probl
Hi Jonathan,
On 06/01/17 12:40, Jonathan Wakely wrote:
This solves a problem when using libstdc++ with Clang, due to Clang
more eagerly instantiating constexpr function templates during
argument deduction. G++ has some shortcuts to avoid this problem, but
Clang doesn't, and it's not clear that i