mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 11:27:40 +00:00
Remove TODO
This commit is contained in:
parent
a291f07e1a
commit
e1a67b5285
@ -788,7 +788,7 @@ template <typename Context> struct arg_mapper {
|
||||
std::is_constructible<basic_string_view<char_type>, T>::value &&
|
||||
!internal::is_string<T>::value)>
|
||||
FMT_CONSTEXPR basic_string_view<char_type> map(const T& val) {
|
||||
return basic_string_view<char_type>(val); // TODO: move to to_string_view
|
||||
return basic_string_view<char_type>(val);
|
||||
}
|
||||
FMT_CONSTEXPR const char* map(const signed char* val) {
|
||||
static_assert(std::is_same<char_type, char>::value, "invalid string type");
|
||||
|
Loading…
Reference in New Issue
Block a user