Skip to content

Commit

Permalink
[fs.filesystem.syn] Index specializations of enable_view
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Aug 22, 2022
1 parent 73cc11c commit 393e27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13079,9 +13079,9 @@
inline constexpr bool @\libspec{enable_borrowed_range}{recursive_directory_iterator}@<filesystem::recursive_directory_iterator> = true;

template<>
inline constexpr bool enable_view<filesystem::directory_iterator> = true;
inline constexpr bool @\libspec{enable_view}{directory_iterator}@<filesystem::directory_iterator> = true;
template<>
inline constexpr bool enable_view<filesystem::recursive_directory_iterator> = true;
inline constexpr bool @\libspec{enable_view}{recursive_directory_iterator}@<filesystem::recursive_directory_iterator> = true;
}
\end{codeblock}

Expand Down

0 comments on commit 393e27e

Please sign in to comment.