-
Notifications
You must be signed in to change notification settings - Fork 678
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
Automatic bool-visibility conversion regressed between C++17 and 20 #9214
Comments
@tom-huntington that repo is private (I get a 404) |
Sorry. Fixed. |
Looks like a missing |
I know that's what the error message is saying.
|
@tom-huntington did this get fixed? |
No, but realized there's a work around. Just force the instantiation of
|
Describe the bug
Steps to reproduce the bug
https://github.com/tom-huntington/auto-bool-visibility-conversion-cpp20-regression
MainWindow.xaml
MainWindow.idl
Microsoft.UI.Xaml.Controls.CheckBox myButton{ get; };
Expected behavior
That it compiles with
/std:c++20
as it did with/std:c++17
NuGet package version
WinUI 3 - Windows App SDK 1.4.3: 1.4.231115000
Windows version
Windows 11 (21H2): Build 22000
Additional context
docs: https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/x-bind-markup-extension#remarks
The text was updated successfully, but these errors were encountered: