posix.cc -> os.cc

This commit is contained in:
Victor Zverovich
2019-12-15 12:25:40 -08:00
parent 35959a31d7
commit da2569827e
5 changed files with 311 additions and 329 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
// A C++ interface to POSIX functions.
// Formatting library for C++ - optional OS-specific functionality
//
// Copyright (c) 2012 - 2016, Victor Zverovich
// All rights reserved.
@@ -10,7 +10,6 @@
# define _CRT_SECURE_NO_WARNINGS
#endif
#include "fmt/posix.h"
#include "fmt/os.h"
#include <climits>