Hi,
when compiling a BCB 2007 project with statechart library i got many errors about template
specialization and others. I have searched the internet for help and i have found the
bcbboost patches available at
https://sourceforge.net/projects/bcbboost/
After installing it, i get only :) two errors. The first is
[BCC32 Fehler] simple_state.hpp(400): E2299 Template-Spezialisierung kann aus
'mpl::integral_c<T,N>' nicht generiert werden
The corresponding code is
typedef mpl::integral_c<
detail::orthogonal_position_type,
inner_initial_list_size::value > no_of_orthogonal_regions;
Perhaps there are some workarounds for BCB 2007 or someone knows how to refactor the
statechart library for compilation.
--
regards
Alfred