File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 77
77
#define __BOOST_SML_DEFINED_HAS_BUILTIN
78
78
#define __has_builtin (...) 0
79
79
#endif
80
+ /* Needs IAR language extensions */
80
81
#define __BOOST_SML_UNUSED __attribute__ ((unused))
81
82
#define __BOOST_SML_VT_INIT \
82
83
{}
@@ -2842,6 +2843,7 @@ constexpr typename front::state_sm<T>::type state{};
2842
2843
template <class T >
2843
2844
typename front::state_sm<T>::type state __BOOST_SML_VT_INIT;
2844
2845
#endif
2846
+ #if !(defined(__ICCARM__))
2845
2847
inline namespace literals {
2846
2848
#if defined(__cpp_nontype_template_parameter_class) || \
2847
2849
defined (__cpp_nontype_template_args) && __cpp_nontype_template_args >= 201911L
@@ -2866,6 +2868,7 @@ constexpr auto operator""_e() {
2866
2868
}
2867
2869
#endif
2868
2870
} // namespace literals
2871
+ #endif
2869
2872
__BOOST_SML_UNUSED static front::state<back::terminate_state> X;
2870
2873
__BOOST_SML_UNUSED static front::history_state H;
2871
2874
__BOOST_SML_UNUSED static front::actions::defer defer;
You can’t perform that action at this time.
0 commit comments