Skip to content

cpp11 0.5.3

Latest

Choose a tag to compare

@DavisVaughan DavisVaughan released this 20 Jan 19:57
a56080a
  • Removed non-API usage of ATTRIB() (#481).

  • Improved hygiene around using C++ specific C compatibility headers (i.e. by using <cstring> rather than <string.h> and <cstddef> rather than <stddef.h>) (#454, @MichaelChirico).

  • Fixed an rchk issue related to std::initializer_list<named_arg> (#457, @pachadotdev).