cpp-utilities/conversion
Martchus b43de126b9 Retain source compatibility of numberToString()/stringToNumber()
IntegralType and BaseType need to be kept different types, otherwise one
runs into deduction errors if both arguments have different types (which is
quite likely in practise). Since the base is always a small positive
integer the cast should always be safe.
2021-03-22 13:45:16 +01:00
..
binaryconversion.h Fix warnings 2021-03-20 21:56:45 +01:00
binaryconversionprivate.h Fix warnings 2021-03-20 21:56:45 +01: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 Fix warnings 2021-03-20 21:56:45 +01:00
stringconversion.cpp Fix warnings 2021-03-20 21:56:45 +01:00
stringconversion.h Retain source compatibility of numberToString()/stringToNumber() 2021-03-22 13:45:16 +01:00