Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.pass.cpp38 struct IllFormedDefault { struct
39 IllFormedDefault(int x) : value(x) {} in IllFormedDefault() function
41 constexpr IllFormedDefault() { in IllFormedDefault() function
45 int value;