Home
last modified time | relevance | path

Searched defs:IllFormedDefault (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hana/test/tuple/
Dcnstr.default.cpp37 struct IllFormedDefault { struct
38 IllFormedDefault(int x) : value(x) {} in IllFormedDefault() argument
40 constexpr IllFormedDefault() { in IllFormedDefault() function
44 int value;