Skip to content

Commit 1314cc4

Browse files
CaseyCarterzygoloid
authored andcommitted
Change the return type of monotonic_buffer_resource's deleted assignment
... to monotonic_buffer_resource& for consistency with the default definition of the builtin assignment operator. This change has no normative effect, it only eliminates the inconsistency as a potential source of confusion. Since the return type of deleted functions is not observable, this change is editorial.
1 parent c85f24d commit 1314cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11944,7 +11944,7 @@
1194411944

1194511945
virtual ~monotonic_buffer_resource();
1194611946

11947-
monotonic_buffer_resource
11947+
monotonic_buffer_resource&
1194811948
operator=(const monotonic_buffer_resource&) = delete;
1194911949

1195011950
void release();

0 commit comments

Comments
 (0)