lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation with clang


From: Werner LEMBERG
Subject: Re: compilation with clang
Date: Wed, 07 Nov 2018 22:39:24 +0100 (CET)

And another follow-up.

  > Isn’t it template-parameter-list that is different rather than
  > parameter-type-list?
  >
  > http://eel.is/c++draft/dcl.fct#def:parameter-type-list
  > http://eel.is/c++draft/temp#nt:template-parameter-list

  Yes. The pieces are these:

  template
    <typename T> // template-parameter-list
  void f
    (int N) // parameter-type-list

  Both base and derived function template have a parameter-type-list
  of (). :(


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]