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 d3a4e0b + b69df4e commit 9226a8cCopy full SHA for 9226a8c
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