Skip to content

Commit

Permalink
Always function should not be default constructible
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Jun 26, 2016
1 parent da9ad91 commit 1b91d27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/fit/always.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ struct always_base
{
T x;

constexpr always_base()
{}

constexpr always_base(T xp) : x(xp)
{}

Expand Down

0 comments on commit 1b91d27

Please sign in to comment.