Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore binary compatibility with 1.14.0
dbaeb80 broke binary compatibility by making `BooleanOperators` private, this does not match the plan discussed in #540: > The 1.15.x series will preserve binary-compatibility with 1.14.0 but is expected to break source-compatibility (e.g. removing the implicit keyword from some definitions) This commit implements that: BooleanOperators is public again but is also made non-implicit.
- Loading branch information