Linux Eclipse Dev: replace C++11 with C++14.
Bug: None
Change-Id: If529e632888400cc37f6d0e38f15e69149727e2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568616
Reviewed-by: James Cook <[email protected]>
Commit-Queue: Allen Webb <[email protected]>
Cr-Commit-Position: refs/heads/master@{#651372}
diff --git a/docs/linux_eclipse_dev.md b/docs/linux_eclipse_dev.md
index 47650573..535fa5b 100644
--- a/docs/linux_eclipse_dev.md
+++ b/docs/linux_eclipse_dev.md
@@ -115,14 +115,14 @@
1. Select toolchain: Linux GCC
1. Click Finish.
-Chromium uses C++11, so tell the indexer about it. Otherwise it will get
+Chromium uses C++14, so tell the indexer about it. Otherwise it will get
confused about things like std::unique_ptr.
1. Right-click on "src" and select "Properties..."
1. Navigate to C/C++ General > Preprocess Include Paths, Macros etc. >
Providers
1. Select CDT GCC Built-in Compiler Settings
-1. In the text box entitled Command to get compiler specs append "-std=c++11"
+1. In the text box entitled Command to get compiler specs append "-std=c++14"
(leaving out the quotes)
Chromium has a huge amount of code, enough that Eclipse can take a very long