summaryrefslogtreecommitdiff
path: root/src/common/Utilities/StringConvert.h
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2023-02-12 14:05:34 +0100
committerGitHub <noreply@github.com>2023-02-12 10:05:34 -0300
commitf039836a2fd7f615c51a1a2efe896181ae56c103 (patch)
treea0e849fdf22e56790034041f8844be9eb1954049 /src/common/Utilities/StringConvert.h
parente37e6327f046037299e77ea42cc1e837bf5f7da2 (diff)
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
Diffstat (limited to 'src/common/Utilities/StringConvert.h')
-rw-r--r--src/common/Utilities/StringConvert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/StringConvert.h b/src/common/Utilities/StringConvert.h
index 33c8302814..bd02cf3ea2 100644
--- a/src/common/Utilities/StringConvert.h
+++ b/src/common/Utilities/StringConvert.h
@@ -194,7 +194,7 @@ namespace Acore::Impl::StringConvertImpl
}
};
#else
- // @todo replace this once libc++ supports double args to from_chars
+ /// @todo replace this once libc++ supports double args to from_chars
template <typename T>
struct For<T, std::enable_if_t<std::is_floating_point_v<T>>>
{