This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/62223] error: there are no arguments to âstatic_asssertâ that depend on a template parameter, so a declaration of âstatic_asssertâ must be available


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62223

--- Comment #6 from tower120 <tower120 at gmail dot com> ---
Well, classical "static_asssert is not a function/variable/etc" would be enough
for me.

Because "there are no arguments to 'static_asssert' that depend on a template
parameter" means that there IS such a function, but it does not accept current
parameters set (IMHO).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]