-
@luspi Tried to build 4.2 with Qt6 now, however it fails on the following:
```
[ 61%] Building CXX object CMakeFiles/photoqt.dir/cplusplus/other/pqc_validate.cpp.o
/usr/bin/clang++ -DMAGICKCORE_HDR…
-
**Question:**
Does microxrceddsgen support union?
**Env:**
OS: Linuxmint LMDE 5 (elsie)
openjdk 17.0.6 2023-01-17
microxrceddsgen version: 2.0.2 (master branch)
ID:Micro-XRCE-DDS-Gen/thirdparty/…
-
https://buildkite.com/bazel/bcsgh-stl-to-ps/builds/8#870d8fa1-5b3a-431a-b364-f0f5c1be10af 'build' options: --cxxopt=-std=c++17
later on the C++ version ends up being C++2011:
#define a(x)…
bcsgh updated
3 years ago
-
```cpp
#if !(defined(_MSC_VER) && _MSC_VER >= 1910 && ((defined(_MSVC_LANG) && _MSVC_LANG > 201402)) || (__cplusplus > 201402))
#error "Library SUTFCPP requires a compiler that supports C++ 17!"
#e…
-
### Describe the problem
Compiling the following blink sketch for ESP32 board:
```C++
#ifdef __cplusplus
extern "C"
{
#endif
void dummy(void) {}
#ifdef __cplusplus
}
#endif
void s…
-
# ❓ Questions and Help
visual studio 2022,cuda 12.4 ,but it still can't build the wheel, and return like this
(For the sake of easy looking, some of the information that seems to be okay was delete…
-
Using a `Lua` script (shown here https://github.com/robertoraggi/cplusplus/issues/314) to extract the code examples from https://en.cppreference.com/w/ I'm getting this results:
```
#cxx
Total file…
-
https://wangpengcheng.github.io/2019/05/17/cplusplus_theadpool/
Leaning and function with your new object.
-
### Description of the bug:
After upgrading gcc version to 13 there are issues with different Bazel projects.
Consider this output:
```bash
$ g++ -x c++ -std=c++0x -dM -E -
-
**Describe the bug**
I have an Xcode project and I've created the compile_commands.json as follows:
```
xcodebuild -project path/to/.xcodeproj | \
xcpretty -r json-compilation-database --o…