Actions
Bug #8266
openstdlib_c11.h should forget about C++
Start date:
2017-05-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The stdlib_c11.h header ended up with some accidental C++ namespacing that it shouldn't have. It should be ripped out.
Updated by Robert Mustacchi over 5 years ago
To follow up on this, while we shouldn't be declaring a standard namespace, we should indicate that we should be using std::size_t, otherwise things will fail to build.
Actions