tmp/tmp0fcjbb9b/{from.md → to.md}
RENAMED
|
@@ -2,12 +2,8 @@
|
|
| 2 |
|
| 3 |
[*Note 1*: The rules described in [[class.mfct]] apply to static
|
| 4 |
member functions. — *end note*]
|
| 5 |
|
| 6 |
[*Note 2*: A static member function does not have a `this` pointer
|
| 7 |
-
[[
|
| 8 |
-
|
| 9 |
-
A static member function shall not be `virtual`. There shall not be a
|
| 10 |
-
static and a non-static member function with the same name and the same
|
| 11 |
-
parameter types [[over.load]]. A static member function shall not be
|
| 12 |
-
declared `const`, `volatile`, or `const volatile`.
|
| 13 |
|
|
|
|
| 2 |
|
| 3 |
[*Note 1*: The rules described in [[class.mfct]] apply to static
|
| 4 |
member functions. — *end note*]
|
| 5 |
|
| 6 |
[*Note 2*: A static member function does not have a `this` pointer
|
| 7 |
+
[[expr.prim.this]]. A static member function cannot be qualified with
|
| 8 |
+
`const`, `volatile`, or `virtual` [[dcl.fct]]. — *end note*]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|