Skip to content

Commit

Permalink
Removed unnecessary sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Feb 26, 2016
1 parent f23e579 commit 15bca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rep-0003.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ While we mainly develop with gcc, no use of compiler-specific features is allowe
without proper use of macros to allow use on other platforms.

Use of C++11/C++14 features and filesystem/networking/etc... TS's (Technical Specifications) is allowed if they are checked for at configure time and equivalent functionality can be provided with the extra compiler features.
Support for C++11 is now a compiler requirement, but the API of the packages included in desktop-full will not use any C++11-specific feature. External packages are encouraged to follow this guideline, but not required to do so.
Support for C++11 is now a compiler requirement, but the API of the packages included in desktop-full will not use any C++11-specific feature. External packages are encouraged to follow this guideline.

For a given release we allow use of Boost libraries that match the version provided in our
low-water-mark Ubuntu version.
Expand Down

0 comments on commit 15bca9c

Please sign in to comment.