Skip to content

Commit 195ebc9

Browse files
authored
[unord.set.overview] Fix indentation (#8168)
1 parent b901e91 commit 195ebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14929,7 +14929,7 @@
1492914929
class Pred = equal_to<ranges::range_value_t<R>>,
1493014930
class Allocator = allocator<ranges::range_value_t<R>>>
1493114931
unordered_set(from_range_t, R&&, typename @\seebelow@::size_type = @\seebelow@,
14932-
Hash = Hash(), Pred = Pred(), Allocator = Allocator())
14932+
Hash = Hash(), Pred = Pred(), Allocator = Allocator())
1493314933
-> unordered_set<ranges::range_value_t<R>, Hash, Pred, Allocator>;
1493414934

1493514935
template<class T, class Hash = hash<T>,

0 commit comments

Comments
 (0)