Merge pull request #1705 from jakobandersen/cpp-declspecs-on-right

C++, fix #1689
This commit is contained in:
Georg Brandl
2015-02-04 06:37:13 +01:00
2 changed files with 100 additions and 61 deletions
+2
View File
@@ -62,6 +62,8 @@ def test_type_definitions():
check("type",
"public MyContainer::const_iterator",
"MyContainer::const_iterator")
# test decl specs on right
check("type", "bool const b")
check('member',
' const std::string & name = 42',