Update to gcc 4.9 for Travis CI runs

This commit is contained in:
Paul Romano 2018-08-08 23:06:10 -05:00
parent df66a22cdf
commit 18098074ed
3 changed files with 13 additions and 8 deletions

View file

@ -174,9 +174,7 @@ Follow the `C++ Core Guidelines`_ except when they conflict with another
guideline listed here. For convenience, many important guidelines from that
list are repeated here.
Conform to the C++11 standard. Note that this is a significant difference
between our style and the C++ Core Guidelines. Many suggestions in those
Guidelines require C++14.
Conform to the C++14 standard.
Always use C++-style comments (``//``) as opposed to C-style (``/**/``). (It
is more difficult to comment out a large section of code that uses C-style