stdex: add langid

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2024-08-19 11:20:42 +02:00
parent 98e8756808
commit 7b21a3983c
5 changed files with 332 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
#include <stdex/html.hpp>
#include <stdex/idrec.hpp>
#include <stdex/interval.hpp>
#include <stdex/langid.hpp>
#include <stdex/locale.hpp>
#include <stdex/mapping.hpp>
#include <stdex/math.hpp>
@@ -54,6 +55,12 @@ namespace UnitTests
TEST_METHOD(sha1);
};
TEST_CLASS(langid)
{
public:
TEST_METHOD(from_rfc1766);
};
TEST_CLASS(math)
{
public: