forked from fmtlib/fmt
Fix build.
This commit is contained in:
2
posix.h
2
posix.h
@@ -143,7 +143,7 @@ public:
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
private:
|
private:
|
||||||
GTEST_DISALLOW_COPY_AND_ASSIGN_(BufferedFile);
|
FMT_DISALLOW_COPY_AND_ASSIGN(BufferedFile);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
BufferedFile(BufferedFile &&other) FMT_NOEXCEPT(true) : file_(other.file_) {
|
BufferedFile(BufferedFile &&other) FMT_NOEXCEPT(true) : file_(other.file_) {
|
||||||
|
Reference in New Issue
Block a user