1 parent 32a899c commit 3d94f3aCopy full SHA for 3d94f3a
1 file changed
docs/cpp/keywords-cpp.md
@@ -104,8 +104,8 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
104
[`typename`](typename.md)<br/>
105
[`union`](unions.md)<br/>
106
[`unsigned`](fundamental-types-cpp.md)<br/>
107
- [`using`](using-declaration.md) declaration
108
- [`using`](namespaces-cpp.md#using_directives) directive
+ [`using`](using-declaration.md) declaration<br/>
+ [`using`](namespaces-cpp.md#using_directives) directive<br/>
109
[`virtual`](virtual-cpp.md)<br/>
110
[`void`](void-cpp.md)<br/>
111
[`volatile`](volatile-cpp.md)<br/>
0 commit comments