C++, suppress some warnings that can never be fixed

This commit is contained in:
Jakob Lykke Andersen
2020-01-26 14:19:14 +01:00
parent 82a465c3b6
commit 3231b84827
4 changed files with 74 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
.. default-domain:: cpp
.. class:: template<typename T> A
.. type:: N1 = T::typeOk
- Not ok, warn: :type:`T::typeWarn`
.. type:: N2 = T::U::typeOk
- Not ok, warn: :type:`T::U::typeWarn`