Commit 3a1ee99e by Paolo Carlini Committed by Paolo Carlini

pt.c (convert_nontype_argument): Add missing whitespace in error message.

2013-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	* pt.c (convert_nontype_argument): Add missing whitespace in
	error message.

From-SVN: r198608
parent 5d5006cc
2013-05-05 Paolo Carlini <paolo.carlini@oracle.com>
* pt.c (convert_nontype_argument): Add missing whitespace in
error message.
2013-05-04 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53745
......
......@@ -5651,7 +5651,7 @@ convert_nontype_argument (tree type, tree expr, tsubst_flags_t complain)
}
if (POINTER_TYPE_P (expr_type))
{
error ("%qE is not a valid template argument for %qT"
error ("%qE is not a valid template argument for %qT "
"because it is not the address of a variable",
expr, type);
return NULL_TREE;
......
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