On 10/02/2014 08:11 AM, Paolo Carlini wrote:
+/* Nonzero if we are parsing the operand of a noexcept operator.  */
+
+extern int cp_noexcept_operand;

Rather than add a global variable, let's look it up in scope_chain directly, like current_namespace and such.

Jason

Reply via email to