-
In https://github.com/abseil/abseil-cpp/issues/259#issuecomment-458997650 , a good point is made against setting `CMAKE_CXX_STANDARD` explicitly in libraries, in favor of just using `target_compile_fe…
-
I am getting a segmentation fault on 64-bit Linux Mint on this file:
```
#include
main()
{
printf("hello\n");
}
```
Compile string is `pawncc -C:64 hello.p`, pawncc is compiled with `…
ghost updated
4 years ago
-
```
error_reportin(E_ALL | E_STRICT); and then run your lib.
Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r…
-
```
error_reportin(E_ALL | E_STRICT); and then run your lib.
Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r…
-
Everything complains about not being able to find the stdint types, e.g. `Error parsing '/usr/local/include/nanomsg/nn.h': error: unknown type name 'uint64_t'`
even a simple file that just does `#i…
-
```
error_reportin(E_ALL | E_STRICT); and then run your lib.
Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r…
-
```
error_reportin(E_ALL | E_STRICT); and then run your lib.
Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r…
-
To follow up the @linas comment: [here](https://github.com/opencog/benchmark/pull/5#issuecomment-384328390) and to not reinvent the wheel I would propose using some ready C++ benchmarking library.
…
-
A section that talks about to wrap platfom-specific code via a .NET Standard library
-
## Description:
I encountered an issue while using the pluginlib::ClassLoader in ROS2 humble where the shared library( the plugin) doesn't appear to be unloaded after going out of scope. This may be …