mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-04 18:33:32 -05:00
Merged in vitaut/sphinx/cpp-variadic (pull request #241)
Add support for variadic templates in C++ domain
This commit is contained in:
@@ -126,6 +126,8 @@ def test_type_definitions():
|
||||
x = 'int foo(D d=x(a'
|
||||
raises(DefinitionError, parse, 'function', x)
|
||||
|
||||
x = 'int foo(const A&... a)'
|
||||
assert unicode(parse('function', x)) == x
|
||||
|
||||
def test_bases():
|
||||
x = 'A'
|
||||
|
||||
Reference in New Issue
Block a user