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
Hi,
since commit c3c12da , which added user defined ctors to etl::forward_link not marked with constexpr, it's not possible to construct it in compile time. Thus any child class also can't have constexpr ctors.
I know it's not easy to handle constexpr stuff in multi standard library, but here it should be only about adding appropriate ETL_CONSTEXPR macro prefix or am I wrong?
The text was updated successfully, but these errors were encountered:
Hi,
since commit c3c12da , which added user defined ctors to
etl::forward_link
not marked withconstexpr
, it's not possible to construct it in compile time. Thus any child class also can't haveconstexpr
ctors.I know it's not easy to handle
constexpr
stuff in multi standard library, but here it should be only about adding appropriateETL_CONSTEXPR
macro prefix or am I wrong?The text was updated successfully, but these errors were encountered: