Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1975)

Unified Diff: site/dev/contrib/c++11.md

Issue 891603003: documentation: formatting site/dev/contrib/c++11 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-02-08 (Sunday) 10:07:10 EST Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/contrib/c++11.md
diff --git a/site/dev/contrib/c++11.md b/site/dev/contrib/c++11.md
index fb04a0d652dc2e9e2874e349fbed5cc56bbc856f..f8506a392d2e6b8637bc374f3ebcb6dc6aa1c3a8 100644
--- a/site/dev/contrib/c++11.md
+++ b/site/dev/contrib/c++11.md
@@ -9,10 +9,11 @@ document is not concerned with C++11 policy in Skia, only its technical
feasibility. This is about what we can use, a superset of what we may use.
The gist:
- - C++11 the language as supported by GCC 4.4 or later is probably usable.
- - If you break a bot, that feature is not usable.
- - The C++11 standard library can't generally be used.
- - Local statics are not thread safe.
+
+- C++11 the language as supported by GCC 4.4 or later is probably usable.
+- If you break a bot, that feature is not usable.
+- The C++11 standard library can't generally be used.
+- Local statics are not thread safe.
Clients
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698