| 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
|
|
|