OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright 2014 The Chromium Authors. All rights reserved. | 3 Copyright 2014 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title>C++11 use in Chromium</title> |
10 <link rel="stylesheet" href="c++11.css"> | 11 <link rel="stylesheet" href="c++11.css"> |
11 <style> | 12 <style> |
12 table tbody tr td:first-child { | 13 table tbody tr td:first-child { |
13 font-weight: bold; | 14 font-weight: bold; |
14 font-size: 110%; | 15 font-size: 110%; |
15 } | 16 } |
16 </style> | 17 </style> |
17 </head> | 18 </head> |
18 <body> | 19 <body> |
19 <div id="content"> | 20 <div id="content"> |
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 </tr> | 967 </tr> |
967 | 968 |
968 </tbody> | 969 </tbody> |
969 </table> | 970 </table> |
970 | 971 |
971 </details> | 972 </details> |
972 | 973 |
973 </div> | 974 </div> |
974 </body> | 975 </body> |
975 </html> | 976 </html> |
OLD | NEW |