Home
last modified time | relevance | path

Searched refs:two_unions (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/pfr/test/compile-fail/
Dops_unions.cpp16 struct two_unions { in main() struct
20 two_unions v{{""}, {""}}; in main()
Dops_unrestricted_unions.cpp20 struct two_unions { in main() struct
25 auto v = new two_unions{{1}, {1}}; in main()