Home
last modified time | relevance | path

Searched refs:is_constructible_patched (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-udt.cpp786 struct is_constructible_patched : std::false_type {}; struct
789 struct is_constructible_patched<T, decltype(void(json(std::declval<T>())))> : std::true_type {}; struct
794 static_assert(!is_constructible_patched<json, incomplete>::value, "");

Completed in 2 milliseconds