Lumiera
0.pre.03
»edit your freedom«
|
ostream::operator<<
.This task (#985) was actually a conglomerate of several chores:
<typeinfo>
in this category, which allows us at least to show a type name as fallbackenable_if
, which can be inlined. This allowed us to get rid of boost::enable_if
finally.operator string()
for our lib::P
based on thisostream
inserter operator<<
, which does not cause too much havoc when used by default. The greatest challenge here is to avoid ambiguous overloads, yet also to deal with references, void
and arrays.Definition at line 140 of file format-cout-test.cpp.
Private Member Functions | |
void | run (Arg) |