Commit 612e541c by Gabriel Dos Reis Committed by Gabriel Dos Reis

* decl.c (grokdeclarator): Remove period at end of diagnosic message.

From-SVN: r154684
parent ba2335f2
2009-11-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
* decl.c (grokdeclarator): Remove period at end of diagnosic message.
2009-11-25 Jason Merrill <jason@redhat.com> 2009-11-25 Jason Merrill <jason@redhat.com>
PR c++/10690 PR c++/10690
......
...@@ -8799,7 +8799,7 @@ grokdeclarator (const cp_declarator *declarator, ...@@ -8799,7 +8799,7 @@ grokdeclarator (const cp_declarator *declarator,
membership class as `constexpr'. */ membership class as `constexpr'. */
if (constexpr_p) if (constexpr_p)
error ("a constexpr function cannot be defined " error ("a constexpr function cannot be defined "
"outside of its class."); "outside of its class");
if (TREE_CODE (sname) == IDENTIFIER_NODE if (TREE_CODE (sname) == IDENTIFIER_NODE
&& NEW_DELETE_OPNAME_P (sname)) && NEW_DELETE_OPNAME_P (sname))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment