1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 00:43:01 +02:00

fix(typo): fixed typo in cpp namespaces (#4122)

This commit is contained in:
Balaji Sivasakthi
2023-07-14 21:26:21 +05:30
committed by GitHub
parent 39278cc97b
commit 42b3595367

View File

@@ -57,7 +57,7 @@ int main() {
} }
``` ```
##`using` Keyword ## `using` Keyword
You can use the `using` keyword to import namespaced elements into the current scope. However, this might lead to name conflicts if multiple namespaces have elements with the same name. You can use the `using` keyword to import namespaced elements into the current scope. However, this might lead to name conflicts if multiple namespaces have elements with the same name.