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:
parent
05b49da0fe
commit
f899b65315
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue