I'm trying to build the sdk from src and run into a snag.
XSPlugin on_stream_added has a call to std::make_unique. Astra/astra_cxx_make_unique.hpp will enable c++14 make_unique for c++11 compilers. Isn't XSPlugin c not cpp? I thought it must be c to be compatible with the pipeline/plugins? I'm in xcode7 and I think I've resolved the bulk of the dependencies including protobufs and Shiny.h (modifiied ShinyTools with a cast to uintptr_t instead of uint32_t).
Thank you.