mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
juce_audio_processors_headless: Remove juce_graphics dependency
This commit is contained in:
parent
86123aeddf
commit
50b51f512a
12 changed files with 170 additions and 136 deletions
|
|
@ -39,8 +39,6 @@ namespace juce
|
|||
namespace detail
|
||||
{
|
||||
|
||||
template <typename> struct Tag {};
|
||||
|
||||
inline auto getNumericValue (StringRef s, Tag<int>) { return s.text.getIntValue32(); }
|
||||
inline auto getNumericValue (StringRef s, Tag<double>) { return s.text.getDoubleValue(); }
|
||||
inline auto getNumericValue (StringRef s, Tag<float>) { return static_cast<float> (s.text.getDoubleValue()); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue