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

Docs: Exclude top-level std namespace when building docs

This commit is contained in:
ed 2021-10-04 15:18:58 +01:00
parent 05b49da0fe
commit f899b65315

View file

@ -157,6 +157,7 @@ inline bool isBypassed (const ProcessorChain<Processors...>& chain) noexcept
} // namespace dsp
} // namespace juce
#ifndef DOXYGEN
namespace std
{
@ -173,3 +174,4 @@ struct tuple_element<I, ::juce::dsp::ProcessorChain<Processors...>> : tuple_elem
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
} // namespace std
#endif