Skip to content

Commit cd5add3

Browse files
committed
[func.wrap.ref.class] Remove redundant declaration for function_ref as per #6273.
1 parent 85bf9f5 commit cd5add3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/utilities.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13463,8 +13463,6 @@
1346313463
\indexlibraryglobal{function_ref}%
1346413464
\begin{codeblock}
1346513465
namespace std {
13466-
template<class... S> class function_ref; // \notdef
13467-
1346813466
template<class R, class... ArgTypes>
1346913467
class function_ref<R(ArgTypes...) @\cv{}@ noexcept(@\placeholder{noex}@)> {
1347013468
public:

0 commit comments

Comments
 (0)