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 f2f08f7 commit 0a0062aCopy full SHA for 0a0062a
strings/base_types.h
@@ -159,12 +159,12 @@ WINRT_EXPORT namespace winrt
159
160
#endif
161
162
- constexpr explicit guid(std::string_view const value) noexcept :
+ constexpr explicit guid(std::string_view const value) :
163
guid(parse(value))
164
{
165
}
166
167
- constexpr explicit guid(std::wstring_view const value) noexcept :
+ constexpr explicit guid(std::wstring_view const value) :
168
169
170
0 commit comments