Browse Source
Add a cstddef header to allow using std::nullptr_t with those toolchains that don't provide it. The idea is to make these platforms to use our wrapper header (see https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) and then we add the missing bits to the header.master
1 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue