Tool/software: TI C/C++ Compiler
Hey guys!
I have a question about C++14 support on the TI v18.12.3.LTS compiler.
Is std::get(std::array) constexpr qualified as per C++14 standards? When I attempt to use it in a constexpr context I get the compiler error:
#306 no instance of overloaded function "std::get" matches the argument list
Thanks!