We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e058a47 + ac92fdc commit b69df4eCopy full SHA for b69df4e
src/core/include/mp-units/ext/type_name.h
@@ -20,6 +20,10 @@ namespace mp_units::detail {
20
template<typename T>
21
[[nodiscard]] consteval std::string_view type_name()
22
{
23
+#ifdef __RESHARPER__
24
+ return __rscpp_type_name<T>();
25
+#endif
26
+
27
std::string_view name, prefix, suffix;
28
#ifdef __clang__
29
name = __PRETTY_FUNCTION__;
0 commit comments