-
##### Brief Description
Hello, when I'm building the Slang project (https://github.com/MikePopoloski/slang), I'm able to generate the relevant bindings, but the generated binding function names are i…
-
### Version
_No response_
### Summary
```
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_cpp[20](https://github.com/microsoft/cppwinrt/actions/runs/53385…
-
Log: https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/el8_amd64_gcc12/CMSSW_13_2_CPP20_X_2023-06-26-1100/TrackingTools/TrajectoryCleaning
```
>> Compiling /data/cmsbld/jenkins/workspace/build-any-ib/…
-
Concepts in cpp20 have made generic programming easier but they still leave a lot to be desired, after all they are called concepts "lite" for a reason. [P1900](https://www.open-std.org/jtc1/sc22/wg21…
-
We currently support file picker dialog and save file dialog for macOS, Linux, and Browser. We need the same thing but for Windows.
PS: No external dependencies should be added for this.
-
```
~/Vulkan-Hpp $ git pull && git submodule foreach git pull && date
Already up to date.
Entering 'Vulkan-Headers'
Already up to date.
Entering 'glfw'
Already up to date.
Entering 'glm'
Alrea…
-
I'm evaluating the ETL with ARM-Keil's armcc V5 ( C++03) and am having a problem with etl::vector::insert. The stripped down code example comes down to:
```
etl::vector v1;
etl::vector v2;
v2.inse…
-
Add following code to cpp20_subscriber.cpp:
```patch
@@ -50,10 +50,13 @@ auto
receiver(std::shared_ptr conn) -> net::awaitable
{
request req;
req.push("SUBSCRIBE", "channel");
+ …
-
I write a code to do 1-out-of-N OT, but the segmentation fault occurs while running `MC_AWAIT(receiver.init(numOTs, prng, chl));`. If I copy my code to the main.cpp in libOTe and compile it, the code …
-
That doesn't seem to be intentional by looking at the rest of the source code?