Skip to content

Commit

Permalink
Make sure to also format links.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 18, 2024
1 parent f8f329d commit 62c1d8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ defined using the following template structure (taking here `setFrom` as an exam

```cpp
template <typename FromU>
requires(Mutable&& std::is_same_v<detail::GetDefaultHandleType<FromU>, FromT>&&
detail::isDefaultHandleType<FromU>) void setFrom(FromU value);
requires(Mutable && std::is_same_v<detail::GetDefaultHandleType<FromU>, FromT> &&
detail::isDefaultHandleType<FromU>)
void setFrom(FromU value);
```

Compilation will fail unless the following conditions are met
Expand Down

0 comments on commit 62c1d8b

Please sign in to comment.