Skip to content

Commit 90e686f

Browse files
JohelEGPtkoeppe
authored andcommitted
[refwrap] Add blank line between class definition and deduction guide (#4036)
1 parent 3d43983 commit 90e686f

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
@@ -13374,6 +13374,7 @@
1337413374
template<class... ArgTypes>
1337513375
constexpr invoke_result_t<T&, ArgTypes...> operator()(ArgTypes&&...) const;
1337613376
};
13377+
1337713378
template<class T>
1337813379
reference_wrapper(T&) -> reference_wrapper<T>;
1337913380
}

0 commit comments

Comments
 (0)