File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 964
964
\begin {itemdecl }
965
965
template<class T>
966
966
concept @\defexposconcept {boolean-testable}@ = // \expos
967
- @\exposconcept {boolean-testable-impl}@<T> && requires (T&& t) {
967
+ @\exposconcept {boolean-testable-impl}@<T> && requires(T&& t) {
968
968
{ !std::forward<T>(t) } -> @\exposconcept {boolean-testable-impl}@;
969
969
};
970
970
\end {itemdecl }
Original file line number Diff line number Diff line change 3288
3288
\begin {itemdecl }
3289
3289
constexpr pointer operator->() const
3290
3290
requires (is_pointer_v<Iterator> ||
3291
- requires (const Iterator i) { i.operator->(); });
3291
+ requires(const Iterator i) { i.operator->(); });
3292
3292
\end {itemdecl }
3293
3293
3294
3294
\begin {itemdescr }
5000
5000
return tmp;
5001
5001
\end {codeblock }
5002
5002
Otherwise, if
5003
- \tcode {requires (I\& i) \{ \{ *i++ \} -> \exposconceptnc {can-reference}; \} }
5003
+ \tcode {requires(I\& i) \{ \{ *i++ \} -> \exposconceptnc {can-reference}; \} }
5004
5004
is \tcode {true} or
5005
5005
\tcode {\libconceptx {constructible_\newline {}from}{constructible_from}<iter_value_t<I>, iter_reference_t<I>> \&\& \libconcept {move_constructible}<iter_value_t<I>>}
5006
5006
is \linebreak \tcode {false},
You can’t perform that action at this time.
0 commit comments