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

Smart Pointers: Add a new enum for indicating if a smart point should increment a reference count or not

This commit is contained in:
Anthony Nicholls 2025-09-22 17:34:34 +01:00 committed by Anthony Nicholls
parent 8931d45fe9
commit e68627c9ed
68 changed files with 243 additions and 160 deletions

View file

@ -3402,6 +3402,7 @@
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_CallbackListenerList.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_IncrementRef.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_LruCache.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_NativeFileHandle.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\files\juce_AndroidDocument.h"/>

View file

@ -5145,6 +5145,9 @@
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_CallbackListenerList.h">
<Filter>JUCE Modules\juce_core\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_IncrementRef.h">
<Filter>JUCE Modules\juce_core\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_core\detail\juce_LruCache.h">
<Filter>JUCE Modules\juce_core\detail</Filter>
</ClInclude>