cxxheaderparser icon indicating copy to clipboard operation
cxxheaderparser copied to clipboard

Add MSVC int types

Open N3rdL0rd opened this issue 1 year ago • 2 comments

Adds basic support for MSVC int types:

  • __int8
  • __int16
  • __int32
  • __int64

N3rdL0rd avatar Jun 21 '24 02:06 N3rdL0rd

Please add a test (it's very easy, see https://cxxheaderparser.readthedocs.io/en/latest/tools.html#test-generator)

virtuald avatar Jun 21 '24 02:06 virtuald

Sorry for the delay. The tests are fixed now, and should be formatted correctly.

N3rdL0rd avatar Jul 02 '24 19:07 N3rdL0rd