mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 23:21:45 +01:00
Put File, BufferedFile & ErrorCode in the fmt namespace.
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
|
||||
#include "gtest-extra.h"
|
||||
|
||||
using fmt::BufferedFile;
|
||||
using fmt::ErrorCode;
|
||||
using fmt::File;
|
||||
|
||||
namespace {
|
||||
int open_count;
|
||||
int close_count;
|
||||
|
||||
Reference in New Issue
Block a user