From 8336dd4c16d4885989a6d8f0c83a4b401f5cb63b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2009 12:22:38 +0200 Subject: Add support for attributes with default and fixed values. tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values --- xsde/cxx/hybrid/parser-source.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xsde/cxx/hybrid/parser-source.cxx') diff --git a/xsde/cxx/hybrid/parser-source.cxx b/xsde/cxx/hybrid/parser-source.cxx index 505d661..bfeb129 100644 --- a/xsde/cxx/hybrid/parser-source.cxx +++ b/xsde/cxx/hybrid/parser-source.cxx @@ -879,6 +879,9 @@ namespace CXX { using SemanticGraph::Complex; + if (a.fixed ()) + return; + String const& name (epname (a)); String const& arg (parg_type (a.type ())); Complex& c (dynamic_cast (a.scope ())); -- cgit v1.1