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.
1 parent 77e184a commit 6333225Copy full SHA for 6333225
Release/src/utilities/asyncrt_utils.cpp
@@ -51,7 +51,7 @@ namespace
51
}
52
};
53
54
- constexpr to_lower_ch_impl to_lower_ch;
+ constexpr to_lower_ch_impl to_lower_ch{};
55
56
struct eq_lower_ch_impl
57
{
@@ -62,7 +62,7 @@ namespace
62
63
64
65
- constexpr eq_lower_ch_impl eq_lower_ch;
+ constexpr eq_lower_ch_impl eq_lower_ch{};
66
67
struct lt_lower_ch_impl
68
@@ -73,7 +73,7 @@ namespace
73
74
75
76
- constexpr lt_lower_ch_impl lt_lower_ch;
+ constexpr lt_lower_ch_impl lt_lower_ch{};
77
78
79
namespace utility
0 commit comments