-
I am using boost process v2 from the 1.86 version of the boost library.
The following code is intended to redirect stdout to a file. It creates the file but the contents of stdout are not written t…
-
Hi,
Would you mind if I merged code from here with wynnbuilder?
(Or, more easily, would you want to collaborate on updating the site? I noticed you have a good grasp on the codebase already :') …
-
a.hpp
```cpp
#pragma once
int i = 0;
```
test.cpp
```
#include "a.hpp"
```
Result
```bash
$ clang-tidy -checks=-*,llvm-header-guard test.cpp -header-filter=.*
a.hpp:1:1: warning: header …
mzyKi updated
1 month ago
-
```diff
diff --git a/core/unit_test/TestViewOfViews.hpp b/core/unit_test/TestViewOfViews.hpp
index 1d53bca33..2311fe93a 100644
--- a/core/unit_test/TestViewOfViews.hpp
+++ b/core/unit_test/TestVie…
-
hi, I Use the newest oatpp project, wo learn about upload file Example but i can't find files:
#include "oatpp/web/mime/multipart/FileStreamProvider.hpp"
#include "oatpp/web/mime/multipart/InMem…
-
### Xmake Version
2.9.3
### Operating System Version and Architecture
Windows 11 21H2 Home. Using MSYS2, where this whole scenario takes place.
### Describe Bug
Can't install vulkan-hpp…
-
### System Information
opencv v 4.10.0
window 11
visual studio 2022
python 3.11
### Detailed description
keep crashing for unknown reason all previous or old version opencv work fine 4.10.…
-
You forgot to commit image.hpp
-
The template `omsgp.hpp.j2` includes a `MsgPack.hpp` file when an externally defined schema is used, https://github.com/brettviren/moo/blob/master/moo/templates/omsgp.hpp.j2#L8. Should the header incl…
-
We should match the names in `host_api.hpp`.
- `DispatchOp` -> `EnqueueProgramOp`
- `HostWriteOp` -> `EnqueueWriteBufferOp`
- `HostReadOp` -> `EnqueueReadBufferOp`
- `AllocOp` -> `CreateBufferOp…