Re: [cfe-users] Usage of CLang CUDA target with MinGW stdlib

2018-11-07 Thread Artem Belevich via cfe-users
This may be same/similar to https://bugs.llvm.org/show_bug.cgi?id=38811 Basically, there's no owner for CUDA support on windows. Someone needs to figure out why/how CUDA includes behave differently under mingw and figure out how to work around that in the CUDA wrapper headers in clang. On Fri, N

Re: [cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'

2018-11-07 Thread Richard Smith via cfe-users
On Wed, 7 Nov 2018 at 11:44, Jan Korous wrote: > > > On Nov 7, 2018, at 7:03 PM, Werner LEMBERG via cfe-users < > cfe-users@lists.llvm.org> wrote: > > > > > >> The rule for determining when a base class function declaration > >> introduced by a using-declaration is hidden by a derived class > >>

Re: [cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'

2018-11-07 Thread Jan Korous via cfe-users
> On Nov 7, 2018, at 7:03 PM, Werner LEMBERG via cfe-users > wrote: > > >> The rule for determining when a base class function declaration >> introduced by a using-declaration is hidden by a derived class >> function declaration does not take the template parameter list into >> account: http:/

Re: [cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'

2018-11-07 Thread Werner LEMBERG via cfe-users
> The rule for determining when a base class function declaration > introduced by a using-declaration is hidden by a derived class > function declaration does not take the template parameter list into > account: http://eel.is/c++draft/namespace.udecl#15.sentence-1 Our main lilypond developer disa

Re: [cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'

2018-11-07 Thread Richard Smith via cfe-users
The rule for determining when a base class function declaration introduced by a using-declaartion is hidden by a derived class function declaration does not take the template parameter list into account: http://eel.is/c++draft/namespace.udecl#15.sentence-1 So clang's behaviour is conforming and gc

Re: [cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'

2018-11-07 Thread Werner LEMBERG via cfe-users
> Sure, that'd be great - http://bugs.llvm.org Done: https://bugs.llvm.org/show_bug.cgi?id=39581 Werner ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users