You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to build zipkin-cpp in centos7 and we have overcome most of the build errors but we are now running into this with folly external package you have linked with cmake :
our steps are
mkdir build && cd build
cmake ...
make
In file included from ./../folly/String.h:33:0, from ./../folly/Format.h:27, from detail/CacheLocality.cpp:28: ./../folly/FBVector.h: In lambda function: ./../folly/FBVector.h:1432:49: error: parameter packs not expanded with '...': M_construct(start, std::forward<Args>(args)...); ^ ./../folly/FBVector.h:1432:49: note: 'args'
Let us know if anyone encountered this before or any suggestions to resolve this -- Thanks
The text was updated successfully, but these errors were encountered:
We are trying to build zipkin-cpp in centos7 and we have overcome most of the build errors but we are now running into this with folly external package you have linked with cmake :
our steps are
mkdir build && cd build
cmake ...
make
In file included from ./../folly/String.h:33:0, from ./../folly/Format.h:27, from detail/CacheLocality.cpp:28: ./../folly/FBVector.h: In lambda function: ./../folly/FBVector.h:1432:49: error: parameter packs not expanded with '...': M_construct(start, std::forward<Args>(args)...); ^ ./../folly/FBVector.h:1432:49: note: 'args'
Let us know if anyone encountered this before or any suggestions to resolve this -- Thanks
The text was updated successfully, but these errors were encountered: