Project

General

Profile

Actions

Bug #8266

open

stdlib_c11.h should forget about C++

Added by Robert Mustacchi almost 6 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Category:
lib - userland libraries
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.

Actions #1

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

Also available in: Atom PDF