Skip to content

Commit 9cf75ae

Browse files
update taskflow.hpp
1 parent 756c795 commit 9cf75ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taskflow.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ struct is_iterable<T, std::void_t<decltype(std::declval<T>().begin()),
8989
template <typename T>
9090
inline constexpr bool is_iterable_v = is_iterable<T>::value;
9191

92-
9392
//-------------------------------------------------------------------------------------------------
9493
// Threadpool definition
9594
//-------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)