Meson instead of Make
Some checks failed
Deploy documentation / deploy (push) Has been cancelled

This commit is contained in:
2026-01-13 13:18:37 +03:00
parent 2cd45c0750
commit 210a689cee
22 changed files with 240 additions and 450 deletions

View File

@ -1,5 +1,4 @@
#include <limits>
#include <stdexcept>
#include <basen/baseN.hpp>
#include <basen/Exception.hpp>
@ -90,4 +89,4 @@ namespace hex
hex::decode(str.data(), str.size(), data.data(), data.size());
return data;
}
}
}