Home
Search
Configure Global Search
Log In
Transactions
D16423
Change Details
Change Details
Old
New
Diff
The code used a weird combination of c-style function points with c++ templates. Using `FunctionRef` allows writing the same code much simpler.
The code used a weird combination of c-style function points with c++ templates. Using `FunctionRef` allows writing the same code much simpler. I also removed the `thread_id` argument because it was never used.
The code used a weird combination of c-style function points with c++ templates. Using `FunctionRef` allows writing the same code much simpler
. I also removed the `thread_id` argument because it was never used
.
Continue