Issue
I need a help in fixing my unit test issue with gtest 1.10.0 version. When I tried to unit test involving a function that accepts std::experimental::any argument, exception is thrown and unit test terminated.
Steps to reproduce the issue
Snippet of unit tests covering my test scenario available under https://godbolt.org/z/Y7dvEsaPf In TestBoth testcase, if EXPECT_CALL and actual function calls are adjacently provided, exception is not thrown and test case execute successfully. But in my actual project code, my test function has call to send_data() function with both these data types.
Tool and operating system versions gtest version is 1.10.0 Ubuntu Linux 20.04
Compiler version
g++ (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 C++14
Build system
cmake version 3.20.5
Additional context
Help needed or please direct to where I can get this query asked and get resolved.