Header-only C++ library with commonly useful stuff.
Find a file
King_DuckZ 1a33afdc27 Detect char type for int to string conversions.
Right now only char is supported. You have to provide your
own specialization of index_to_char for your character type
if you want the code to compile.
2017-05-02 20:22:48 +01:00
cmake/Modules Update shared_git_project 2016-07-14 17:00:32 +01:00
include/duckhandy Detect char type for int to string conversions. 2017-05-02 20:22:48 +01:00
lib Add unit test for lexical_cast (broken) 2017-04-12 13:54:55 +01:00
test/unit Move the new function to its own header. 2017-05-02 20:01:41 +01:00
.gitmodules Add unit test for lexical_cast (broken) 2017-04-12 13:54:55 +01:00
CMakeLists.txt Use sprout's limits instead of std's and remove unneeded make_unsigned. 2017-04-25 09:33:27 +01:00
COPYING First import 2016-07-14 14:59:15 +01:00
flat_git.yml Case fix 2016-07-15 15:11:07 +01:00