From 5934c2deddf3d6b598242f58c581c2813efc6446 Mon Sep 17 00:00:00 2001 From: James Beach Date: Sun, 3 May 2020 17:00:40 +0100 Subject: [PATCH] Remove extraneous #endif --- include/fmt/format-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 6572792d..343f2f76 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -51,7 +51,6 @@ FMT_FUNC void assert_fail(const char* file, int line, const char* message) { // Chosen instead of std::abort to satisfy Clang in CUDA mode during device // code pass. std::terminate(); -#endif } #ifndef _MSC_VER