1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-07 16:27:15 +01:00

Update Utilities.hpp

This commit is contained in:
Sandu Liviu Catalin 2023-08-13 15:26:56 +03:00
parent 5154632619
commit 520a5eacc5

View File

@ -483,7 +483,6 @@ template < class T, class W, class U > inline void Register_Discord_VectorProxy(
* Wrapper around a std::unordered_map of DPP values.
*/
template < class K, class V, class W > struct DpUnorderedMapProxy
{
{
using Native = std::unordered_map< K, V >;
using Binder = std::pair< LightObj, W * >;
@ -505,7 +504,7 @@ template < class K, class V, class W > struct DpUnorderedMapProxy
* Default constructor.
*/
DpUnorderedMapProxy() noexcept = default;
}
};
/* ------------------------------------------------------------------------------------------------
* Register a wrapper unordered map for the specified types.