Remove some comments, update README, update ssp.hpp

This commit is contained in:
ado
2023-08-08 14:38:49 +02:00
parent 672b89b213
commit 8b72deb1ed
4 changed files with 13 additions and 12 deletions

View File

@@ -16,7 +16,6 @@
#include <cstdlib>
#endif
// TODO try from_chars for integer conversions
namespace ss {
////////////////

View File

@@ -1,6 +1,5 @@
#pragma once
// TODO add single header tests
#include "common.hpp"
#include "converter.hpp"
#include "exception.hpp"