mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
revert "fix" for issue with checkmarx. The tool should be fixed, not the code
This commit is contained in:
parent
8df4eadd92
commit
d01dfbf992
@ -43,8 +43,9 @@ struct LEVELS {
|
||||
}
|
||||
|
||||
friend void swap(LEVELS& first, LEVELS& second) {
|
||||
std::swap(first.value, second.value);
|
||||
std::swap(first.text, second.text);
|
||||
using std::swap;
|
||||
swap(first.value, second.value);
|
||||
swap(first.text, second.text);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user