#include <type_traits> #87
Closed
robbie-sps
started this conversation in
General
Replies: 1 comment
-
Good catch, thanks for reporting.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At commit 04a5795 there is a comment that use of std::aligned_storage<> was removed.
In machine.hpp, there is the following include:
Is it safe to assume that this include can be removed? I tried it and I didn't get any compilation errors.
I am having compilation errors with building hfsm2 for a microcontroller target running NuttX, which doesn't have all the std lib, including typeindex (which I disabled with HFSM2_DISABLE_TYPEINDEX) and type_traits.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions