[MCOL-4441] Move using namespace std to avoid namespace conflicts Created: 2020-12-10 Updated: 2023-07-02 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Leonid Fedorov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In MDB 10.6, there will be changes from MDEV-21052 that may cause namespace conflicts. By muving "using namespace std" to the tail of the #include section, we can avoid this. See columnstore branch midenok-MDEV-21052 for the changes. |