dangleptr
dangleptr
https://github.com/hyrise/sql-parser/blob/0de1890579fc4d8918b7bf4a6b3b316cd60cd9fa/benchmark/benchmark.cpp#L1
``` [heng@host02-cluster yarpl]$ ./yarpl-tests [==========] Running 181 tests from 11 test cases. [----------] Global test environment set-up. [----------] 1 test from MocksTest [ RUN ] MocksTest.SelfManagedMocks [ OK ] MocksTest.SelfManagedMocks...
``` [heng@host02-cluster _build]$ ./global_executor_test [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from GlobalExecutorTest [ RUN ] GlobalExecutorTest.GlobalCPUExecutor [ OK ] GlobalExecutorTest.GlobalCPUExecutor...
I am trying to compile some UTs in fbthrift. When i am trying to build 'thrift/lib/cpp2/test/RetryingRequestChannelTest.cpp', it failed because of gmock don't support move-only types , such as unique_ptr in...