File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
// arithmetic: `std::less<void>`, `std::plus<void>`, etc.
19
19
//
20
20
// These are _not_ intended as _fully general_ replacements. They are _only_ intended for certain
21
- // specific use cases in this library. External user code should not use these utilities: they are
22
- // subject to change their contract at any time to suit the needs of Au.
21
+ // specific use cases in this library. External user code should not use these utilities: their
22
+ // contract is subject to change at any time to suit the needs of Au.
23
23
//
24
24
// There are two main reasons we rolled our own versions instead of just using the ones from the
25
25
// standard library (as we had initially done). First, the `<functional>` header is moderately
You can’t perform that action at this time.
0 commit comments