Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp286 constexpr bool has_concat(int) { return true; } in has_concat() function
288 constexpr bool has_concat(long) { return false; } in has_concat() function
298 constexpr bool has_concat() { in has_concat() function