Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some headers from C library were deprecated in C++ and are no longer welcome in C++ codebases. Some have no effect in C++. For more details refer to the C++ 14 Standard [depr.c.headers] section. This patch replaces C standard library headers with their C++ alternatives and removes redundant ones.
- Loading branch information