Skip to content

Compilation error in Windows (VS 2017) #20

Description

@Danl2620

Building on Windows I get this compilation error:

afsm\include\afsm/definition.hpp(231): error C2977: 'afsm::def::traits::inner_states_definitions': too many template arguments
afsm\include\afsm/detail/def_traits.hpp(151): note: see declaration of 'afsm::def::traits::inner_states_definitions'
afsm\include\afsm/definition.hpp(254): note: see reference to class template instantiation 'afsm::def::state_machine_def<T,Tags...>' being compiled
afsm\include\afsm/definition.hpp(232): error C2143: syntax error: missing ';' before '>'
afsm\include\afsm/definition.hpp(232): error C2059: syntax error: '>'
afsm\include\afsm/definition.hpp(232): error C2238: unexpected token(s) preceding ';'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions