Changeset 9b7aef85 in mainline
- Timestamp:
-
2018-07-05T21:41:18Z
(7 years ago)
- Author:
- Dzejrou <dzejrou@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43ba118
- Parents:
- 45147a4c
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-11-11 00:15:37)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
- Message:
-
cpp: removed redundant namespace declaration
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r45147a4c
|
r9b7aef85
|
|
30 | 30 | #define LIBCPP_AUX |
31 | 31 | |
32 | | namespace std |
33 | | { |
34 | | |
35 | | namespace aux |
| 32 | namespace std::aux |
36 | 33 | { |
37 | 34 | /** |
… |
… |
|
65 | 62 | } |
66 | 63 | |
67 | | } |
68 | | |
69 | 64 | #endif |