cpp-utilities/conversion
Martchus 8744cf95ef Ensure no copy is made when using argsToString()
It seems that std::make_tuple() is using __decay_and_strip so
the arguments get copied. Using the std::tuple c'tor directly
instead.

When using the %-operator it is already taken care that strings
are stored as pointers and not by value.
2020-02-18 19:29:23 +01:00
..
binaryconversion.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
binaryconversionprivate.h Remove types 2019-04-13 20:33:39 +02:00
conversionexception.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
conversionexception.h Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
stringbuilder.h Ensure no copy is made when using argsToString() 2020-02-18 19:29:23 +01:00
stringconversion.cpp Improve exception messages of NativeFileStream 2020-02-14 17:13:05 +01:00
stringconversion.h Improve exception messages of NativeFileStream 2020-02-14 17:13:05 +01:00