mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
修改命名空间的using声明
This commit is contained in:
parent
77b04416e2
commit
8526b5d82d
|
@ -566,7 +566,7 @@ Derived(parms) : Base(args) { }
|
||||||
`using 指示` 使得某个特定命名空间中所有名字都可见,这样我们就无需再为它们添加任何前缀限定符了。如:
|
`using 指示` 使得某个特定命名空间中所有名字都可见,这样我们就无需再为它们添加任何前缀限定符了。如:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
using namespace_name name;
|
using namespace namespace_name;
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 尽量少使用 `using 指示` 污染命名空间
|
#### 尽量少使用 `using 指示` 污染命名空间
|
||||||
|
|
Loading…
Reference in New Issue
Block a user