-
This issue has 2 parts:
- It appears as though the single-file, combined, CLI11.hpp file is built by first assembling the CLI/Optional.hpp file above the CLI/Version.hpp file. This has the side effe…
-
Under Xcode 9.3, I'm not able to build msgpack-c because Xcode currently has C++17's optional under the experimental namespace.
`/msgpack/include/msgpack/v1/adaptor/cpp17/optional.hpp`
`Line 19…
-
## Linux distro and version? x86 or ARM? 32-bit or 64-bit?
ubuntu 18.04 x86 64
## Branch (master/cpp11/cpp17) and version of muduo?
master v1.1.0
## Version of cmake, gcc and boost? (If not from d…
-
-
master branch's latest code build error in centos 7.5
error info:
[13/352] CXX build/debug/core/reactor.o
FAILED: build/debug/core/reactor.o
/opt/scylladb/bin/g++ -MD -MT build/debug/core/rea…
-
After troubleshooting the following:
```
Traceback (most recent call last):
File "/usr/local/bin/jupyter-cling-kernel", line 6, in
exec(compile(open(__file__).read(), __file__, 'exec'))
File…
dabro updated
6 years ago
-
Modern C ++ has reached revision 17 for quite a while now.
`EnTT` is stuck in the revision 14 currently because of several reasons: laziness, willingness to support a widely used revision, requests…
-
Hello, the tests won't build with clang-6.0, problem is the C++17 configuration in combination with a C++ Library that provides `std::byte`.
First the issue:
```
[ 33%] Building CXX object test/C…
-
cpp98 branch compile error in CentOS 7.3
System is:
CentOS Linux release 7.3.1611 (Core)
g++ version is:
g++ --version
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
Copyright (C) 2015 Free Sof…
-
Hi! I'm having difficulty finishing the last step to build
"make && make install # or open the project file and build in an IDE like Visual Studio".
I'm completely new to C++, and I'm not sure how…