Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Jun 17, 2018
1 parent 742180b commit c03c9a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Generated comparison operators are `constexpr` (when supported by the compiler).

## Example

Given this dummy integer class...

```c++
#include <tao/operators.hpp>

Expand Down Expand Up @@ -69,7 +71,7 @@ public:
};
```
then the library's templates *generate* the following operators:
...the base class templates will *generate* the following operators.
```c++
// generated by tao::operators::commutative_addable< MyInt >
Expand Down

0 comments on commit c03c9a3

Please sign in to comment.