Added test case for C++20 concepts with variadic params
This commit is contained in:
15
tests/t00058/.clang-uml
Normal file
15
tests/t00058/.clang-uml
Normal file
@@ -0,0 +1,15 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t00058_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00058/t00058.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00058
|
||||
using_namespace:
|
||||
- clanguml::t00058
|
||||
plantuml:
|
||||
after:
|
||||
- '{{ alias("same_as_first_type<T,Args...>") }} ..> {{ alias("first_type<T,Args...>") }}'
|
||||
Reference in New Issue
Block a user