mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Ignore deprecated-declarations warning in bimap.hpp lib
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
#include <unordered_set>
|
||||
#include <set>
|
||||
|
||||
@@ -163,3 +166,5 @@ namespace stde
|
||||
std::unordered_set<_KeyType>,
|
||||
std::unordered_set<_ValueType>>;
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user