mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, add test for initialized variable concepts
This commit is contained in:
parent
494aeb901a
commit
5728e5e837
@ -439,6 +439,8 @@ def test_templates():
|
||||
None, 'I00DpEMissingRequiresManglingN3xyz3barE')
|
||||
check('concept', 'Iterator{T, U} Another',
|
||||
None, 'I00EMissingRequiresMangling7Another')
|
||||
check('concept', 'template<typename ...Pack> Numerics = (... && Numeric<Pack>)',
|
||||
None, 'IDpE8Numerics')
|
||||
|
||||
|
||||
#def test_print():
|
||||
|
Loading…
Reference in New Issue
Block a user