We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742180b commit c03c9a3Copy full SHA for c03c9a3
README.md
@@ -41,6 +41,8 @@ Generated comparison operators are `constexpr` (when supported by the compiler).
41
42
## Example
43
44
+Given this dummy integer class...
45
+
46
```c++
47
#include <tao/operators.hpp>
48
@@ -69,7 +71,7 @@ public:
69
71
};
70
72
```
73
-then the library's templates *generate* the following operators:
74
+...the base class templates will *generate* the following operators.
75
76
77
// generated by tao::operators::commutative_addable< MyInt >
0 commit comments