stayprivate
stayprivate
Hi, Seems the configuration step of cmake-tools cannot be stopped. We are using conan and are experimenting with a lots of packages ,all build from sources. Takes about 30 minutes...
Hi, class Predict { ... std::vector m_postProcessingParams; ... } Where PostProcessingParams is an abstract class inherited by a bunch of other classes. m_postProcessParams are pointer to base class, and we...
Hello, Code at: https://godbolt.org/z/3WW4fbs18 Ignore the ugliness of the structures. Basically if serializing Board_t, it's all good, but if serializing std::vector it's as though zpp cannot find the custom serializer...