Skip to content

Commit 582d563

Browse files
JohelEGPzygoloid
authored andcommitted
[refwrap] Add blank line between class definition and deduction guide (cplusplus#4036)
1 parent e4be948 commit 582d563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/utilities.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13407,6 +13407,7 @@
1340713407
template<class... ArgTypes>
1340813408
constexpr invoke_result_t<T&, ArgTypes...> operator()(ArgTypes&&...) const;
1340913409
};
13410+
1341013411
template<class T>
1341113412
reference_wrapper(T&) -> reference_wrapper<T>;
1341213413
}

0 commit comments

Comments
 (0)