-
Community recently switched our base language version from C++14 to C++17 (in terms of what code we can use in the project):
https://discourse.llvm.org/t/c-17-in-llvm-code-base/64120
https://reviews…
-
Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md
Package: libtorch[core,leveldb,tbb,xnnpack,zstd]:x64-windows -> 1.12.1#3
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 1…
-
Sub-bug to #17
http://lists.gnu.org/archive/html/bug-autoconf/2014-06/msg00002.html
``` diff
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index b58e42d..6779407 100644
--- a/lib/autoconf/c.m4…
-
I compiled zxing-cpp successfully with the msvc compiler but after including it in my own program it does not compile.
The standard library **bit** was not included in the **Bithacks.h** file.
![…
-
### Version/Branch of Dear ImGui:
1.90.4
### Back-ends:
imgui_impl_dx11.cpp + imgui_impl_win32.cpp
### Compiler, OS:
Win 10 + MSVC 22
### Full config/build information:
```
Dear ImGui 1.90.4 W…
-
### Description
Tizonia Bundles libdbus-c++ since the library became unmaintained. This is currently causing problems on openSUSE, where this line: https://github.com/tizonia/tizonia-openmax-il/blo…
-
I updated antlr to 4.9 and I am using the cpp version. My problem seems to be related to https://github.com/antlr/antlr4/pull/2847 where the constructor has been changed.
I have the following …
-
### Code
#### I tried this project:
Cargo.toml:
```toml
[package]
name = "example"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = [ "lib", "staticlib", "cdylib" ]
```
rust-to…
-
I ran this on os x, xcode installed.
```make
c++ -O3 -fno-stack-protector -fno-exceptions -fno-rtti -c -o object//main.o source//main.cpp
lex --prefix=from_xml_to_csml_ -o source//from_xml_…
-
Adding a small modification to the std::filesystem test (`cmake/code_test/StdFilesystem_test.cc`) to trigger it
```c++
#include
#if __cplusplus >= 201703L && __has_include()
#include
namespac…