James
James
https://carbon.godbolt.org/z/nbjT4z6ov Choice type declaration example (reduced to issue - associated data declaration) from language design ([link](https://github.com/carbon-language/carbon-lang/tree/trunk/docs/design#choice-types)) fails to compile in explorer: ``` package sample api; choice IntResult { Success(value: i32)...
More fine-grained solution for #475 without poisoning downstream compile directives. Tested against Microsoft Visual Studio Community 2019 Version 16.9.6 with `CMAKE_CXX_STANDARD` set to `11`, `14`, `17`, and `20`.
I am including SoapySDR as part of a larger project, which also includes other modules building Python bindings. I only wish to ship one version of Python with the resulting...
This proposal reserves a space of identifiers to enable smooth and error-free C++ interop, and to provide a reserved namespace for internal Carbon implementation specifics.
I am setting the following features: ``` ads::CDockManager::setConfigFlags(ads::CDockManager::DefaultOpaqueConfig); ads::CDockManager::setConfigFlag(ads::CDockManager::DockAreaHasCloseButton, false); ads::CDockManager::setConfigFlag(ads::CDockManager::DockAreaHasUndockButton, false); ads::CDockManager::setConfigFlag(ads::CDockManager::DockAreaHasTabsMenuButton, false); ``` Yet observing behaviour when sometimes the close, undock, and tabs buttons are shown. When displaying...