swig/Source/CParse
William S Fulton 2a1711e436 Slightly better decltype() support for expressions
decltype now accepts C++ expressions instead of just an ID, such as:

  int i,j;
  ...  decltype(i+j) ...
  ...  decltype(&i) ...

These result in a warning for non-trivial expressions which SWIG cannot evaluate:

  Warning 344: Unable to deduce decltype for 'i+j'.

See 'Type Inference' in CPlusPlus.html for workarounds.

Issue #1589
Issue #1590
2022-11-26 01:16:20 +00:00
..
cparse.h Duplicate class template instantiations via %template changes 2022-11-18 19:35:47 +00:00
cscanner.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
parser.y Slightly better decltype() support for expressions 2022-11-26 01:16:20 +00:00
templ.c Duplicate class template instantiations via %template changes 2022-11-18 19:35:47 +00:00
util.c Use https for swig.org links 2022-10-06 13:16:39 +13:00