-
```
Compiling on Linux without defining RCF_USE_BOOST_ASIO yields the compiler
error:
In file included from RCF.cpp:67:
TcpEndpoint.cpp:28:38: error: RCF/TcpServerTransport.hpp: No such file or
di…
-
```
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…
-
```
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…
-
In our `depends` build system, Clang v9.0.0 is not compatible with ubuntu 20.04 host. Presently discerning if this is the cause of our other issues in macOS cross-compilation.
I've locally pulled …