|
|
@@ -1200,7 +1200,7 @@ David!
|
|
|
|
|
|
<table>
|
|
|
<tr><th>C++</th><th>P0095R1</th><th>This proposal</th></tr>
|
|
|
-<tr><td>
|
|
|
+<tr markdown="block"><td>
|
|
|
|
|
|
```c++
|
|
|
struct set_score {
|
|
|
@@ -1255,7 +1255,7 @@ choice command {
|
|
|
|
|
|
<table>
|
|
|
<tr><th>C++</th><th>P0095R1</th><th>This proposal</th></tr>
|
|
|
-<tr><td>
|
|
|
+<tr markdown="block"><td>
|
|
|
|
|
|
```c++
|
|
|
namespace {
|
|
|
@@ -1328,7 +1328,7 @@ impl command as Printable {
|
|
|
|
|
|
<table>
|
|
|
<tr><th>C++</th><th>P0095R1</th><th>This proposal</th></tr>
|
|
|
-<tr><td colspan=2>
|
|
|
+<tr markdown="block"><td colspan=2>
|
|
|
|
|
|
```c++
|
|
|
enum color { red, yellow, green, blue };
|
|
|
@@ -1341,7 +1341,7 @@ choice color { red, yellow, green, blue }
|
|
|
```
|
|
|
|
|
|
</td></tr>
|
|
|
-<tr><td>
|
|
|
+<tr markdown="block"><td>
|
|
|
|
|
|
```c++
|
|
|
const Vec3 opengl_color = [&c] {
|
|
|
@@ -1398,7 +1398,7 @@ let opengl_color: Vec3 = GetOpenGLColor(c);
|
|
|
|
|
|
<table>
|
|
|
<tr><th>C++</th><th>P0095R1</th><th>This proposal</th></tr>
|
|
|
-<tr><td>
|
|
|
+<tr markdown="block"><td>
|
|
|
|
|
|
```c++
|
|
|
struct expression;
|
|
|
@@ -1536,7 +1536,7 @@ fn simplify(exp: expression) -> expression {
|
|
|
|
|
|
<table>
|
|
|
<tr><th>C++</th><th>P0095R1</th><th>This proposal</th></tr>
|
|
|
-<tr><td colspan=2>
|
|
|
+<tr markdown="block"><td colspan=2>
|
|
|
|
|
|
```c++
|
|
|
struct player {
|
|
|
@@ -1557,7 +1557,7 @@ class player {
|
|
|
```
|
|
|
|
|
|
</td></tr>
|
|
|
-<tr><td>
|
|
|
+<tr markdown="block"><td>
|
|
|
|
|
|
```c++
|
|
|
void takeDamage(player &p) {
|