Skip to content

Commit

Permalink
Fix aarch build (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam authored Aug 19, 2024
1 parent 5442ba4 commit 92e0fb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/viam/sdk/common/proto_value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ class ProtoValue {
storage self_;
};

// Pre c++17 this is still required
template <typename T>
constexpr ProtoValue::vtable ProtoValue::model<T>::vtable_;

/// @brief Alias declaration for map of string to type-erased ProtoValue representing
/// google::protobuf::Struct.
/// This stores structured data as a map where the keys can be thought of as member names.
Expand Down

0 comments on commit 92e0fb4

Please sign in to comment.