Re: Template problem native client c++ with new folly

2018-06-21 Thread Ted Yu
Can you take a look at : HBASE-18901 [C++] Provide CMAKE infrastructure There hasn't been effort to support newer folly. FYI On Wed, Jun 20, 2018 at 1:42 PM, Andrzej wrote: > I have installed new (17 days ago) folly and wangle from sources. > I try compile sources of native client from

Re: Template problem native client c++ with new folly

2018-06-21 Thread Andrzej
W dniu 20.06.2018 o 22:42, Andrzej pisze:  GetRegionLocations(actions, locate_timeout_ns)   .then([=](std::vector>> ) {     std::lock_guard lck(multi_mutex_);     ActionsByServer actions_by_server;     std::vector> locate_failed; Method GetRegionLocations retuns

Template problem native client c++ with new folly

2018-06-20 Thread Andrzej
I have installed new (17 days ago) folly and wangle from sources. I try compile sources of native client from HBASE-14850 branch. These sources are old. I have problem: ``` template > typename R::Return then(F&& func) { return this->template thenImplementation( std::forward(func),