Updated test case docs

This commit is contained in:
Bartek Kryza
2021-10-07 21:21:58 +02:00
parent 76fb3bae99
commit 98dd0f800a
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ diagrams:
include:
namespaces:
- clanguml::t00034
plantuml:
after:
- "@A(R) --> @A(A) : +la"
```
## Source code
@@ -45,7 +48,8 @@ template <> struct lift_void<void> {
// TODO: This is a shortcoming of libclang which parses the type of lift_void_t
// alias as unexposed, i.e. no actual reference to T can be inferred without
// manually parsing the string 'typename lift_void<T>::type'
// For now, this test validates that the visitor does not crash
// For now, this test validates that the visitor does not crash, the reference
// between R and A has to be provided in the configuration file
//
template <typename T> using lift_void_t = typename lift_void<T>::type;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB