Skip to content

Commit

Permalink
Satisfy reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennycook committed Oct 24, 2024
1 parent c8b0fe2 commit f4eb1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21305,7 +21305,8 @@ template <class T, class U> constexpr auto operator()(T&& t, U&& u) const
----

// Strange formatting here because + requires pass, but pass breaks <T>/<U>.
_Returns_: [code]#std::forward<T>(t)# [code]#pass:[+]# [code]#std::forward<U>(u)#.
_Returns_: [code]#std::forward<T>(t)# [code]#pass:[+]#
[code]#std::forward<U>(u)#.

==== [code]#multiplies# class template

Expand Down

0 comments on commit f4eb1a8

Please sign in to comment.