Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Eclipse C ++11

Christian Gehring edited this page Jan 13, 2015 · 1 revision

How to configure Eclipse for C++11

  1. Navigate to Window > Preferences > C/C+ + > Build > Settings > Discovery tab > your built-in compiler settings entry.
  2. Add '-std=c++0x' in the "Command to get compiler specs" field.
  3. Navigate to Project Properties > C/C+ + General > Paths and Symbols > Symbols > GNU C++.
  4. Add an empty variable called __GXX_EXPERIMENTAL_CXX0X__