// // Copyright (C) Microsoft Corporation. All rights reserved. // // pch.cpp: source file corresponding to the pre-compiled header #include "pch.h" // When you are using pre-compiled headers, this source file is necessary for compilation to succeed. namespace winrt { template<> bool is_guid_of(guid const& id) noexcept { return is_guid_of(id); } template<> bool is_guid_of(guid const& id) noexcept { return is_guid_of(id); } template<> bool is_guid_of(guid const& id) noexcept { return is_guid_of(id); } }