Recently, I purchased a new Macbook and installed c++ and visual studio code. However, whenever I run my code, I receive a warning message: "warning: range-based for loop is a C++11 extension [-Wc++11-extensions]" even though my code executes without any issues. Despite researching online, I was unable to find any useful tutorials or fixes for this issue. I have also attempted the solutions suggested by ChatGPT, but none of them have resolved the problem. Have you encountered a similar issue, and if so, could you please help?.