William S Fulton
6a72e16b37
Add C++11 virtual specifier sequences (final and/or override on methods)
...
Parsing support added. The final and override information is not used or
added to the parse tree atm.
2014-01-03 20:17:48 +00:00
William S Fulton
f4ada30a7e
Add support for C++11 noexcept specification in exception specifications
2013-11-21 20:20:56 +00:00
William S Fulton
7a8dd4bb2d
Correct html references
2013-11-20 22:24:13 +00:00
William S Fulton
e566c5fa7f
Add support for parsing C++11 =delete and =default
...
Although this was documented as working, it wasn't implemented
%typemap(default) failed without the idstring changes
Add some C tests using the C++ keyword delete
2013-11-20 19:12:16 +00:00
William S Fulton
738cc36aab
Rename all C++0x to C++11 and cpp0x to cpp11
2013-10-07 20:37:00 +01:00