Commit Graph

3 Commits

Author SHA1 Message Date
Yuri Kobets
01cb5911f1 Move tests to the another repository
Tests are moved to this repository:
https://github.com/litehtml/litehtml-tests
2024-09-11 01:15:23 +03:00
stasoid
a6177d1d5e remove wchar support
closes issue #217
2022-10-21 17:51:29 +06:00
John Poole
14e2001376 Add tstring_view, a string reference type
tstring_view is a string reference type that provides a view into a
string that is owned elsewhere (e.g., by a std::string object).

tstring_view implements the same interface as std::base_string_view in
the standard library.  When litehtml moves to C++17 consider replacing
the tstring_view implementation with the standard library
implementations (e.g., via a using statement).
2021-09-23 14:56:34 -04:00