We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5442ba4 commit 92e0fb4Copy full SHA for 92e0fb4
src/viam/sdk/common/proto_value.hpp
@@ -223,6 +223,10 @@ class ProtoValue {
223
storage self_;
224
};
225
226
+// Pre c++17 this is still required
227
+template <typename T>
228
+constexpr ProtoValue::vtable ProtoValue::model<T>::vtable_;
229
+
230
/// @brief Alias declaration for map of string to type-erased ProtoValue representing
231
/// google::protobuf::Struct.
232
/// This stores structured data as a map where the keys can be thought of as member names.
0 commit comments