Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

G++ updated on MingW gets massive error messages

In Clion

  • go to CMakeList.txt, this document is next to main.cpp and
  • change -std=c++11 with -std=gnu++11

Thanks to @SilencePhil, I found a relevant StackOverflow answer. This question is not the same question, but has the same solution, namely to replace std=c++11 with std=gnu++11 in the call to g++.

Tags:

Windows

C++

Mingw

G++

Related

XAMPP Virtual Hosts not working MySQL to get previous year record How to click a link using link text in nightwatch.js Set logging levels Creating a swarm cluster with Docker for Mac Convert javascript array to object of same keys/values Conditionally import a framework (such as Speech) based on iOS Version in Swift? What is the difference between enum struct and enum class? Do I need a last `else` clause in an `if...else if` statement? Is it possible to increase CloudFlare time-out? How to get the value in a select change event in angular2 Add double quotes to string in python

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy