mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 08:53:01 +02:00
fix(typo): fixed typo in cpp namespaces (#4122)
This commit is contained in:
committed by
GitHub
parent
39278cc97b
commit
42b3595367
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user