Skip to content

std::format support (take two) - #1025

Merged
Kenny Kerr (kennykerr) merged 5 commits into
microsoft:masterfrom
sylveon:user/sylveon/std-format
Sep 22, 2021
Merged

std::format support (take two)#1025
Kenny Kerr (kennykerr) merged 5 commits into
microsoft:masterfrom
sylveon:user/sylveon/std-format

Conversation

@sylveon

Copy link
Copy Markdown
Contributor

Fixes #1018

The list of types implementing IStringable in the Windows API is as follows:

  • Windows.Data.Json
    • JsonArray
    • JsonObject
    • JsonValue
  • Windows.Foundation.Uri
  • Windows.Globalization.PhoneNumberFormatting.PhoneNumberInfo
  • Windows.Networking.HostName
  • Windows.Network.ServiceDiscovery.Dnssd
    • DnssdRegistrationResult
    • DnssdServiceInstance
  • Windows.System.Inventory.InstalledDesktopApp
  • Windows.Web.Http
    • HttpBufferContent
    • HttpClient
    • HttpCookie
    • HttpFormUrlEncodedContent
    • HttpGetBufferResult
    • HttpGetInputStreamResult
    • HttpGetStringResult
    • HttpMethod
    • HttpMultipartContent
    • HttpMultipartFormDataContent
    • HttpRequestMessage
    • HttpRequestResult
    • HttpResponseMessage
    • HttpStreamContent
    • HttpStringContent
    • HttpTransportInformation
  • Windows.Web.Http.Headers
    • HttpCacheDirectiveHeaderValueCollection
    • HttpChallengeHeaderValue
    • HttpChallengeHeaderValueCollection
    • HttpConnectionOptionHeaderValue
    • HttpConnectionOptionHeaderValueCollection
    • HttpContentCodingHeaderValue
    • HttpContentCodingHeaderValueCollection
    • HttpContentCodingWithQualityHeaderValue
    • HttpContentCodingWithQualityHeaderValueCollection
    • HttpContentDispositionHeaderValue
    • HttpContentHeaderCollection
    • HttpContentRangeHeaderValue
    • HttpCookiePairHeaderValue
    • HttpCookiePairHeaderValueCollection
    • HttpCredentialsHeaderValue
    • HttpDateOrDeltaHeaderValue
    • HttpExpectationHeaderValue
    • HttpExpectationHeaderValueCollection
    • HttpLanguageHeaderValueCollection
    • HttpLanguageRangeWithQualityHeaderValue
    • HttpLanguageRangeWithQualityHeaderValueCollection
    • HttpMediaTypeHeaderValue
    • HttpMediaTypeWithQualityHeaderValue
    • HttpMediaTypeWithQualityHeaderValueCollection
    • HttpMethodHeaderValueCollection
    • HttpNameValueHeaderValue
    • HttpProductHeaderValue
    • HttpProductInfoHeaderValue
    • HttpProductInfoHeaderValueCollection
    • HttpRequestHeaderCollection
    • HttpResponseHeaderCollection
    • HttpTransferCodingHeaderValue
    • HttpTransferCodingHeaderValueCollection

Bit more than a dozen but not too much either.

@kennykerr

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@kennykerr Kenny Kerr (kennykerr) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kennykerr
Kenny Kerr (kennykerr) merged commit 71832b6 into microsoft:master Sep 22, 2021
@kennykerr

Copy link
Copy Markdown
Collaborator

I published 2.0.210922.5 with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

std::format support for hstring, IStringable and more

2 participants