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.
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!
For the source file that gets this diagnostic ...
Asma Khalil said:#306 no instance of overloaded function "std::get" matches the argument list
... please follow the directions in the article How to Submit a Compiler Test Case.
Unfortunately, due to the holiday in the US, further replies to this thread are delayed to next week.
Thanks and regards,
-George
Since it has been a while, I presume you have resolved your problem. I'd appreciate hearing how you resolved it.
Thanks and regards,
-George