Skip to content

Commit

Permalink
remove bad assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanssen committed May 26, 2017
1 parent 24c4a44 commit 09939bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Source.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ inline bool Source::operator>(const Source &other) const
inline Source::Define::Define(const String &def, const String &val, Flags<Flag> f)
: define(def), value(val), flags(f)
{
assert(static_cast<bool>(flags & NoValue) == val.isEmpty());
}

template <> inline Serializer &operator<<(Serializer &s, const Source::Define &d)
Expand Down

0 comments on commit 09939bc

Please sign in to comment.