mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix some deprecation warnings
This commit is contained in:
parent
87a4ab4a78
commit
ebac835673
10 changed files with 15 additions and 11 deletions
|
|
@ -116,9 +116,6 @@ struct SIMDRegister
|
|||
/** Constructs an object from a scalar type by broadcasting it to all elements. */
|
||||
inline SIMDRegister (Type s) noexcept { *this = s; }
|
||||
|
||||
/** Destructor. */
|
||||
inline ~SIMDRegister() noexcept = default;
|
||||
|
||||
//==============================================================================
|
||||
/** Returns the number of elements in this vector. */
|
||||
static constexpr size_t size() noexcept { return SIMDNumElements; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue