部分语言特性是 C++17 起支持的,但是 NOI Linux 2.0 提供的 g++ 9.3.0 在开启 -std=c++14 的前提下仍然只报 warning:warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]一类的信息。
g++ 9.3.0
-std=c++14
warning:warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
那么这种特性是否是考场可用的?