Updated test cases documentation
This commit is contained in:
@@ -42,12 +42,13 @@ struct key_t {
|
||||
template <typename T> struct map;
|
||||
|
||||
template <>
|
||||
struct map<std::integral_constant<property_t, property_t::property_a>> : A {
|
||||
struct map<std::integral_constant<clanguml::t00038::property_t,
|
||||
clanguml::t00038::property_t::property_a>> : A {
|
||||
};
|
||||
|
||||
template <>
|
||||
struct map<
|
||||
std::vector<std::integral_constant<property_t, property_t::property_b>>>
|
||||
struct map<std::vector<
|
||||
std::integral_constant<t00038::property_t, t00038::property_t::property_b>>>
|
||||
: B {
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user