Releases: Chris--A/PrintEx
Releases · Chris--A/PrintEx
Large improvements and fixes.
Added a new tool!
This update includes a new tool called PrintAdapter.
This tool allows converting a Print object into a Stream.
This is useful for passing a Print object to a function which only prints data, but accepts a Stream object.
Like all tools, this implictly includes the extensions StreamExtension and PrintExtension.
November 2015 release.
Fixed variadic printx implementation.
Latest 'working' version
1.1.8 Updated to new version.
Compatibility update.
This update allows regression to the C++98 standard. As a result some features are only available in C++11 (Streaming, variadic printing).