Skip to content

Commit

Permalink
Add FIXME comment (see issue #272)
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed May 31, 2024
1 parent c71caff commit 241e8ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/CoreModules/4ms/4ms_element_state_conversions.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
namespace MetaModule::StateConversion
{

// FIXME: These are never called because convertState() is only called for direct members of the Element variant, not derived types

template<typename T>
constexpr Toggle2pos::State_t convertState(const T &, float val) requires(std::derived_from<T, Toggle2pos>)
{
Expand Down

0 comments on commit 241e8ac

Please sign in to comment.