Replace fmt::error_code to std::error_code

This commit is contained in:
Владислав Щапов
2021-05-09 12:26:19 -07:00
committed by Victor Zverovich
parent 2165bef4ca
commit 2a9b314627
5 changed files with 9 additions and 28 deletions
-1
View File
@@ -311,7 +311,6 @@ TEST(gtest_extra_test, expect_system_error_streaming) {
#if FMT_USE_FCNTL
using fmt::buffered_file;
using fmt::error_code;
using fmt::file;
TEST(output_redirect_test, scoped_redirect) {