We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c18db0 + 24020c7 commit 6c1f415Copy full SHA for 6c1f415
1 file changed
include/stdexec/__detail/__config.hpp
@@ -40,6 +40,7 @@
40
#include <cassert>
41
#include <cstdlib>
42
#include <type_traits> // IWYU pragma: keep
43
+#include <utility> // IWYU pragma: keep for std::unreachable
44
45
// When used with no arguments, these macros expand to 1 if the current
46
// compiler corresponds to the macro name; 0, otherwise. When used with arguments,
0 commit comments