Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dprimitives.d432 enum wcCond = is(typeof(doPut(r, wchar.max))); variable
451 else static if (wcCond || ccCond)
454 alias C = Select!(wcCond, wchar, char);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d526 enum wcCond = is(typeof(doPut(r, wchar.max))); variable
545 else static if (wcCond || ccCond)
548 alias C = Select!(wcCond, wchar, char);