tmp/tmp1kg_9zrv/{from.md → to.md}
RENAMED
|
@@ -136,11 +136,11 @@ transitive search is unordered. In particular, the order in which
|
|
| 136 |
namespaces were considered and the relationships among the namespaces
|
| 137 |
implied by the *using-directive*s do not cause preference to be given to
|
| 138 |
any of the declarations found by the search. An ambiguity exists if the
|
| 139 |
best match finds two functions with the same signature, even if one is
|
| 140 |
in a namespace reachable through *using-directive*s in the namespace of
|
| 141 |
-
the other.[^
|
| 142 |
|
| 143 |
``` cpp
|
| 144 |
namespace D {
|
| 145 |
int d1;
|
| 146 |
void f(char);
|
|
|
|
| 136 |
namespaces were considered and the relationships among the namespaces
|
| 137 |
implied by the *using-directive*s do not cause preference to be given to
|
| 138 |
any of the declarations found by the search. An ambiguity exists if the
|
| 139 |
best match finds two functions with the same signature, even if one is
|
| 140 |
in a namespace reachable through *using-directive*s in the namespace of
|
| 141 |
+
the other.[^7]
|
| 142 |
|
| 143 |
``` cpp
|
| 144 |
namespace D {
|
| 145 |
int d1;
|
| 146 |
void f(char);
|