This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2640R2F: C++14 std::get(std::array) not supported in TI 18.12.3.LTS compiler

Part Number: CC2640R2F

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!