Skip to content

Commit

Permalink
Fix build with Visual Studio 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Apr 15, 2017
1 parent 41e0e21 commit efb857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units/unit.hpp
Expand Up @@ -1352,7 +1352,7 @@ class unit

std::set<std::string> states_;

static CONSTEXPR size_t num_bool_states = 7;
static const size_t num_bool_states = 7;

std::bitset<num_bool_states> known_boolean_states_;
static std::map<std::string, state_t> known_boolean_state_names_;
Expand Down

0 comments on commit efb857a

Please sign in to comment.