We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3262b5f commit e2c5c77Copy full SHA for e2c5c77
source/iostreams.tex
@@ -13366,9 +13366,9 @@
13366
13367
namespace std::ranges {
13368
template<>
13369
- inline constexpr bool enable_borrowed_range<filesystem::directory_iterator> = true;
+ inline constexpr bool @\libspec{enable_borrowed_range}{directory_iterator}@<filesystem::directory_iterator> = true;
13370
13371
- inline constexpr bool enable_borrowed_range<filesystem::recursive_directory_iterator> = true;
+ inline constexpr bool @\libspec{enable_borrowed_range}{recursive_directory_iterator}@<filesystem::recursive_directory_iterator> = true;
13372
13373
13374
inline constexpr bool enable_view<filesystem::directory_iterator> = true;
0 commit comments