Skip to content

Commit 6c9f6da

Browse files
P0408R7 Efficient Access To basic_stringbuf's Buffer (#919)
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
1 parent f93cf3a commit 6c9f6da

File tree

9 files changed

+721
-20
lines changed

9 files changed

+721
-20
lines changed

stl/inc/regex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ basic_ostream<_Elem, _Traits>& operator<<(basic_ostream<_Elem, _Traits>& _Ostr,
936936
}
937937

938938
// FORWARD DECLARATIONS
939-
template <class _BidIt, class _Allocator = allocator<sub_match<_BidIt>>>
939+
template <class _BidIt, class _Alloc = allocator<sub_match<_BidIt>>>
940940
class match_results;
941941

942942
template <class _BidIt, class _Alloc, class _InIt, class _OutIt>

0 commit comments

Comments
 (0)