Skip to content

Commit c2e05a4

Browse files
committed
[functional.syn] Tweak cross-references in class synopsis
1 parent 2109f57 commit c2e05a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/utilities.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10636,16 +10636,18 @@
1063610636
constexpr @\unspec@ mem_fn(R T::*) noexcept; // freestanding
1063710637

1063810638
// \ref{func.wrap}, polymorphic function wrappers
10639+
// \ref{func.wrap.badcall}, class \tcode{bad_function_call}
1063910640
class bad_function_call;
1064010641

10642+
// \ref{func.wrap.func}, class template \tcode{function}
1064110643
template<class> class function; // \notdef
1064210644
template<class R, class... ArgTypes> class function<R(ArgTypes...)>;
1064310645

10644-
// \ref{func.wrap.func.alg}, specialized algorithms
10646+
// \ref{func.wrap.func.alg}, \tcode{function} specialized algorithms
1064510647
template<class R, class... ArgTypes>
1064610648
void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept;
1064710649

10648-
// \ref{func.wrap.func.nullptr}, null pointer comparison operator functions
10650+
// \ref{func.wrap.func.nullptr}, \tcode{function} null pointer comparison operator functions
1064910651
template<class R, class... ArgTypes>
1065010652
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
1065110653

0 commit comments

Comments
 (0)