sphinx/tests/roots/test-domain-cpp/warn-template-param-qualified-name.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
203 B
ReStructuredText
Raw Normal View History

.. 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`