Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static_assert failed: 'type is not supported for extraction from a stream' #590

Open
Yilmaz4 opened this issue Jul 18, 2022 · 2 comments
Open

Comments

@Yilmaz4
Copy link

Yilmaz4 commented Jul 18, 2022

I'm new to both C++ and the library. I'm trying to make a DLL which will ask for Xbox Live sign in and use the gamertag. However, as soon as I include the library as follows:

image

I get these errors:

image

I installed the package through NuGet:

image

@Fetrovsky
Copy link

Is there no update for this?

@AshleyScirra
Copy link

I just ran in to the same problem. However the leaderboards sample here did not have the same problem: https://github.com/microsoft/xbox-live-samples/tree/main/CreatorsSDK/Leaderboards/UWP/Cpp

I managed to track down the problem to the following setting:

Project properties -> C/C++ -> Language -> Conformance mode

This was set to "Yes (/permissive-)" and results in the error messages; setting it back to "Default" seems to fix it.

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

No branches or pull requests

3 participants