mirror of
https://github.com/fmtlib/fmt.git
synced 2026-04-08 15:52:01 +02:00
Remove deprecated APIs
This commit is contained in:
@@ -426,9 +426,6 @@ TEST(FormatTest, FormatErrorCode) {
|
||||
}
|
||||
|
||||
TEST(FormatTest, CountCodePoints) {
|
||||
#ifndef __cpp_char8_t
|
||||
using fmt::char8_t;
|
||||
#endif
|
||||
EXPECT_EQ(
|
||||
4, fmt::internal::count_code_points(
|
||||
fmt::basic_string_view<fmt::internal::char8_type>(
|
||||
|
||||
Reference in New Issue
Block a user