Removed JsonVariant::as<char>() (fixes #1498)

This commit is contained in:
Benoit Blanchon
2021-02-18 08:48:10 +01:00
parent e22d4bf31f
commit 5234c8124b
6 changed files with 48 additions and 4 deletions

View File

@ -68,9 +68,6 @@ TEST_CASE("JsonVariant set()/get()") {
SECTION("Float") {
checkNumericType<float>();
}
SECTION("Char") {
checkNumericType<char>();
}
SECTION("SChar") {
checkNumericType<signed char>();
}