Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-03-05 11:41:16 +01:00
parent b2fd763a89
commit f16c0e4a17
136 changed files with 3475 additions and 3773 deletions

View File

@@ -63,8 +63,7 @@ template <> struct drop_void<Void> {
template <typename T> using drop_void_t = typename drop_void<T>::type;
struct A {
};
struct A { };
struct R {
lift_void_t<A> *la;