Anton Bachin 0f63667106 Overloaded stream operators.
To avoid paying the huge penalty of including iostream and string for
users that don't need those headers, and to avoid creating a second,
optional header file, I resorted to defining the operators as templates
to prevent type checking until the user tries to actually use them. The
stream types and strings are wrapped in a metafunction that depends on
the template parameter. This is basically a hack, but it seems to work.
2015-06-11 23:05:46 -05:00
..
cxxtest Overloaded stream operators. 2015-06-11 23:05:46 -05:00
expect Updated and improved documentation. 2015-06-05 13:01:28 -05:00
link Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
performance Updated and improved documentation. 2015-06-05 13:01:28 -05:00
Makefile Improved test.py to for multiple test files and Cygwin. 2015-06-10 15:58:32 -05:00
test.py Improved test.py to for multiple test files and Cygwin. 2015-06-10 15:58:32 -05:00