Browse Source

trying to fix the boost variant stuff differently

Former-commit-id: a1fb8efece
tempestpy_adaptions
sjunges 8 years ago
parent
commit
c9593b9e98
  1. 3
      src/generator/NextStateGenerator.h
  2. 3
      storm-config.h.in

3
src/generator/NextStateGenerator.h

@ -4,8 +4,11 @@
#include <vector>
#include <cstdint>
#include <boost/variant.hpp>
#define BOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT
#include "src/storage/expressions/Expression.h"
#include "src/storage/BitVectorHashMap.h"
#include "src/storage/expressions/ExpressionEvaluator.h"

3
storm-config.h.in

@ -51,7 +51,4 @@
#cmakedefine STORM_LOG_DISABLE_DEBUG
//
#define BOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT
#endif // STORM_GENERATED_STORMCONFIG_H_
Loading…
Cancel
Save