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

@ -1198,6 +1198,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>