1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

SharedResourcePointer: Get a SharedResourcePointer instance without creating one

- Also refactored internals to use weak/shared pointers
This commit is contained in:
Anthony Nicholls 2023-11-27 14:06:20 +00:00
parent 6e8210d6b1
commit 418d7b9c38
40 changed files with 256 additions and 43 deletions

View file

@ -37,6 +37,7 @@ namespace juce::UnitTestCategories
static const String gui { "GUI" };
static const String json { "JSON" };
static const String maths { "Maths" };
static const String memory { "Memory" };
static const String midi { "MIDI" };
static const String native { "Native" };
static const String networking { "Networking" };