Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-05 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review52036 --- This review has been submitted with commit

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Milian Wolff
On March 4, 2014, 6:03 a.m., Michael Pyne wrote: From what I can tell declaring *any* type A::B is a qualified id per the C++ spec and therefore changes the template lookup rules for argument-dependent lookup (which means the specialized function to be called must already be in scope

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review51966 --- Ship it! Ship It! - Kevin Ottens On March 2, 2014, 8:20

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-04 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review52007 --- Ship it! I wrote that code - sorry for the trouble and

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-03 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116542/#review51851 --- From what I can tell declaring *any* type A::B is a qualified