Skip to content

Commit 92e0fb4

Browse files
authored
Fix aarch build (#282)
1 parent 5442ba4 commit 92e0fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/viam/sdk/common/proto_value.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ class ProtoValue {
223223
storage self_;
224224
};
225225

226+
// Pre c++17 this is still required
227+
template <typename T>
228+
constexpr ProtoValue::vtable ProtoValue::model<T>::vtable_;
229+
226230
/// @brief Alias declaration for map of string to type-erased ProtoValue representing
227231
/// google::protobuf::Struct.
228232
/// This stores structured data as a map where the keys can be thought of as member names.

0 commit comments

Comments
 (0)