Skip to content

Commit bfd0cc2

Browse files
committed
Remove c++ standard version check in coro.cpp
1 parent b68c1a5 commit bfd0cc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/trompeloeil/coro.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
#ifndef TROMPELOEIL_CORO_HPP
1515
#define TROMPELOEIL_CORO_HPP
1616

17-
#if __cplusplus < 202002L
18-
# error "C++20 is required"
19-
#endif
20-
2117
#if defined(__cpp_impl_coroutine)
2218
# define TROMPELOEIL_COROUTINES_SUPPORTED 1
2319
#else

0 commit comments

Comments
 (0)