Max
Max
When mocking an interface that inherits from multiple other interfaces, segmentation fault happens on `EXPECT_CALL` or call itself. Example: ``` struct a { virtual ~a() = default; virtual void func_a()...
What's the idea behind using get() instead of release() in [std::move and static_pointer_cast functions](https://github.com/cpp-testing/GUnit/blob/5ccb6c05eba86c0286368b6f5818df33af3a05ad/include/GUnit/GMock.h#L378)? It seems like the unique and shared pointers are doubled with that. Both destructors try to...
## Expected Behavior The [examples](https://boost-ext.github.io/di/examples.html#binding-to-constructor) show a way to bind to a constructor and provide some constant value to it. This works in the simple case, but should also work...
So far only variable names were added. However Makefiles and make would also return possible values which are not completed so far. The values are stored and overwritten in the...