Skip to content

Commit 0a0062a

Browse files
authored
Fix test failure (#1009)
1 parent f2f08f7 commit 0a0062a

File tree

3 files changed

+518
-269
lines changed

3 files changed

+518
-269
lines changed

strings/base_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ WINRT_EXPORT namespace winrt
159159

160160
#endif
161161

162-
constexpr explicit guid(std::string_view const value) noexcept :
162+
constexpr explicit guid(std::string_view const value) :
163163
guid(parse(value))
164164
{
165165
}
166166

167-
constexpr explicit guid(std::wstring_view const value) noexcept :
167+
constexpr explicit guid(std::wstring_view const value) :
168168
guid(parse(value))
169169
{
170170
}

0 commit comments

Comments
 (0)