public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/68061] New: Can't use [[deprecated]] with requires clause
@ 2015-10-23  4:58 chrisb2244 at gmail dot com
  2015-10-23  7:30 ` [Bug c++/68061] " chrisb2244 at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chrisb2244 at gmail dot com @ 2015-10-23  4:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 68061
           Summary: Can't use [[deprecated]] with requires clause
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: chrisb2244 at gmail dot com
  Target Milestone: ---

Either of 

template<ConceptName... parameter> requires RequiresConcept<A, parameter...>
const T x(const parameter... p) const { ... }

or 

template<ConceptName... parameter, std::enable_if<...>
[[deprecated]] const T x(const parameter... p) const { ... }

will compile (using 'g++-trunk -std=c++1z ...')

Using the 'requires' clause along with an attempt to deprecate the function
using [[deprecated]] produces

    "two consecutive '[' shall only introduce an attribute before '[' token"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-05 11:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  4:58 [Bug c++/68061] New: Can't use [[deprecated]] with requires clause chrisb2244 at gmail dot com
2015-10-23  7:30 ` [Bug c++/68061] " chrisb2244 at gmail dot com
2021-08-05 10:30 ` redi at gcc dot gnu.org
2021-08-05 11:23 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).