-
```
Minimal example:
---------------------
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include
class MyMock {
public:
MOCK_METHOD1(func, void(const boost::filesystem::path &path));
};
TES…
-
```
Minimal example:
---------------------
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include
class MyMock {
public:
MOCK_METHOD1(func, void(const boost::filesystem::path &path));
};
TES…
-
```
Minimal example:
---------------------
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include
class MyMock {
public:
MOCK_METHOD1(func, void(const boost::filesystem::path &path));
};
TES…
-
```
Minimal example:
---------------------
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include
class MyMock {
public:
MOCK_METHOD1(func, void(const boost::filesystem::path &path));
};
TES…
-
Minor issue, on fedora 31 with gcc-c++-9.2.1 the pip install fails due to syntax warning/errors.
Was able to work around it by adding to setup.py cmake_args:
'-DCMAKE_CXX_FLAGS=-Wno-error=parenthe…
-
### Description
When I include `boost/asio/ssl.hpp` I get a build issue:
`include/boost/asio/ssl/detail/openssl_types.hpp:23:10: fatal error: openssl/conf.h: No such file or directory`
I think the …
-
Hi and thanks for the code. Was this supposed to build with a simple "bjam"? I didn't have success with my Mac's boost, it looked like some boost incompatibility but I am not really a boost user so my…
-
When compiling on Lubuntu in my virtual machine I get the following error:
```
medusa/src/core/instruction.cpp:40:22: error: ‘format’ is not a member of ‘boost’
std::string Res = (boost::format("m…
-
### What is your question?
I am working on a project which involves creating a shared library which links to my own static library MyLib which in turn links to a static version of Boost. The shared…
-
This is on 14.2.1 aarch64:
```
:info:build FAILED: quic/dsr/libmvfst_dsr_frontend.0.dylib
:info:build : && /usr/bin/clang++ -pipe -I/opt/local/libexec/openssl3/include -I/opt/local/libexec/boost…