-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels