1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Improved hotswapping with extension modules

This commit is contained in:
Brian Fiete 2024-12-29 11:02:17 -08:00
parent 769036584a
commit fd4fd43ce3
19 changed files with 836 additions and 232 deletions

View file

@ -5,7 +5,7 @@
NS_BF_BEGIN;
template <typename TKey, typename TAlloc = AllocatorCLib<TKey> >
template <typename TKey, typename TAlloc = AllocatorCLib >
class HashSet : public TAlloc
{
public: