Skip to content

Commit 430fa0a

Browse files
committed
fixing too recent header
1 parent 8470080 commit 430fa0a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

runtime/Includes/PreCompiled.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
#include <ostream>
5353
#include <ranges>
5454

55-
// Experimentals
56-
#if __has_include(<format>)
57-
#include <format>
58-
#elif __has_include(<experimental/format>)
59-
#include <experimental/format>
60-
#else
61-
#error <format> header not present in this STL
62-
#endif
63-
6455
#ifndef MLX_PLAT_WINDOWS
6556
#include <dlfcn.h>
6657
#endif

0 commit comments

Comments
 (0)