-
Hi,
The problem is that xtensa-lx106-elf compiler does not support promises from cpp11. Is there any way to upgrade compiler to support these? For example compiler from esp32 (xtensa-esp32-elf) doe…
-
I have a project that includes this version. Any way to get beyond the build error without upgrading the gem?
I ran ` CC=gcc-4.2 CFLAGS="" gem install rbtrace -v '0.4.11'` and got this output:
`…
-
In my R package I have several GitHub Actions testthat tests on MacOS (12.7) failing right now with an error like this one:
```
── Error ('test-listChecks.R:4:3'): listDqChecks works ─────────────…
-
localadmin@ucla-staging:~/wsproxy-cpp$ ./waf configure
Setting top to : /home/localadmin/wsproxy-cpp
Setting out to : /home/localadmin/wsproxy-cpp/…
-
I was experimenting to build a basic example with a client and a server using Asio standalone, but the CMake script
forces the use of Boost for the examples
`option (BUILD_EXAMPLES "Build websoc…
-
With C++ 11 https://github.com/msgpack/msgpack-c.git branch:cpp_master
```
std::cout
-
```
=================================================================
==19252==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 56 byte(s) in 1 object(s) allocated from:
#0 0x4a7a3b in …
-
I have only the opensource version of BDE.
```
➜ bde git:(master) git remote -v
origin https://github.com/bloomberg/bde.git (fetch)
origin https://github.com/bloomberg/bde.git (push)
```
…
-
## Linux distro and version? x86 or ARM? 32-bit or 64-bit?
## Branch (master/cpp11/cpp17) and version of muduo?
## Version of cmake, gcc and boost? (If not from distro.)
-
when most of the legacy API calls were deprecated, "valid" (??) code suddenly raises deprecation warnings.
In particular,
```c++
zmq::message_t msg; // assume some population
sock->send(m…