Added forward declarations for quantified expressions.
This commit is contained in:
parent
faa920e1ad
commit
bd2ef96216
@ -46,6 +46,12 @@ using DummyPointer = boost::intrusive_ptr<Dummy>;
|
|||||||
class Either;
|
class Either;
|
||||||
using EitherPointer = boost::intrusive_ptr<Either>;
|
using EitherPointer = boost::intrusive_ptr<Either>;
|
||||||
|
|
||||||
|
class Exists;
|
||||||
|
using ExistsPointer = boost::intrusive_ptr<Exists>;
|
||||||
|
|
||||||
|
class ForAll;
|
||||||
|
using ForAllPointer = boost::intrusive_ptr<ForAll>;
|
||||||
|
|
||||||
class Imply;
|
class Imply;
|
||||||
using ImplyPointer = boost::intrusive_ptr<Imply>;
|
using ImplyPointer = boost::intrusive_ptr<Imply>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user