Skip to content

Commit

Permalink
Proposed fix to Issue asutton#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Mar 28, 2017
1 parent 4358f0d commit 611363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin/core/concepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Binary_operation()
template<typename T>
concept bool Number()
{
return Ordered<T>
return Ordered<T>()
&& requires (T a, T b) {
{ a + b } -> T;
{ a - b } -> T;
Expand Down

0 comments on commit 611363e

Please sign in to comment.