Browse Source
Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments.
Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments.
Former-commit-id: 105792abac
tempestpy_adaptions
dehnert
11 years ago
34 changed files with 103 additions and 2 deletions
-
5src/storage/expressions/BaseExpression.h
-
3src/storage/expressions/BinaryBooleanFunctionExpression.h
-
3src/storage/expressions/BinaryExpression.h
-
3src/storage/expressions/BinaryNumericalFunctionExpression.h
-
3src/storage/expressions/BinaryRelationExpression.h
-
3src/storage/expressions/BooleanConstantExpression.h
-
3src/storage/expressions/BooleanLiteralExpression.h
-
3src/storage/expressions/ConstantExpression.h
-
3src/storage/expressions/DoubleConstantExpression.h
-
3src/storage/expressions/DoubleLiteralExpression.h
-
3src/storage/expressions/Expression.h
-
1src/storage/expressions/Expressions.h
-
3src/storage/expressions/IfThenElseExpression.h
-
3src/storage/expressions/IntegerConstantExpression.h
-
3src/storage/expressions/IntegerLiteralExpression.h
-
3src/storage/expressions/UnaryBooleanFunctionExpression.h
-
3src/storage/expressions/UnaryExpression.h
-
3src/storage/expressions/UnaryNumericalFunctionExpression.h
-
5src/storage/expressions/VariableExpression.h
-
3src/storage/prism/Assignment.h
-
3src/storage/prism/BooleanVariable.h
-
3src/storage/prism/Command.h
-
3src/storage/prism/Constant.h
-
3src/storage/prism/Formula.h
-
3src/storage/prism/IntegerVariable.h
-
3src/storage/prism/Label.h
-
4src/storage/prism/LocatedInformation.h
-
3src/storage/prism/Module.h
-
3src/storage/prism/Program.h
-
3src/storage/prism/RewardModel.h
-
3src/storage/prism/StateReward.h
-
3src/storage/prism/TransitionReward.h
-
3src/storage/prism/Update.h
-
3src/storage/prism/Variable.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue