You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING solves the problem as a workaround. Other Boost libraries have fixed this issue in the past, for example: boostorg/utility#34
The following code requires an explicit macro to suppress a warning to be defined when compiling with MSVC++:
statechart/include/boost/statechart/state_machine.hpp
Line 359 in 586445b
Adding _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING solves the problem as a workaround. Other Boost libraries have fixed this issue in the past, for example: boostorg/utility#34
Can provide PR if needed.
Background info:
https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/
The text was updated successfully, but these errors were encountered: