Skip to content

Commit e2c5c77

Browse files
JohelEGPtkoeppe
authored andcommitted
[fs.filesystem.syn] Index specializations of enable_borrowed_range
1 parent 3262b5f commit e2c5c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13366,9 +13366,9 @@
1336613366

1336713367
namespace std::ranges {
1336813368
template<>
13369-
inline constexpr bool enable_borrowed_range<filesystem::directory_iterator> = true;
13369+
inline constexpr bool @\libspec{enable_borrowed_range}{directory_iterator}@<filesystem::directory_iterator> = true;
1337013370
template<>
13371-
inline constexpr bool enable_borrowed_range<filesystem::recursive_directory_iterator> = true;
13371+
inline constexpr bool @\libspec{enable_borrowed_range}{recursive_directory_iterator}@<filesystem::recursive_directory_iterator> = true;
1337213372

1337313373
template<>
1337413374
inline constexpr bool enable_view<filesystem::directory_iterator> = true;

0 commit comments

Comments
 (0)