diff --git a/cpp/src/graph.cc b/cpp/src/graph.cc index 0bcdd0866..bc3332263 100644 --- a/cpp/src/graph.cc +++ b/cpp/src/graph.cc @@ -197,6 +197,8 @@ Result Edge::property(const std::string& property) const { template Result Vertex::property(const std::string& name) const; \ template Result Edge::property(const std::string& name) const; +INSTANTIATE_PROPERTY(bool) +INSTANTIATE_PROPERTY(const bool&) INSTANTIATE_PROPERTY(int32_t) INSTANTIATE_PROPERTY(const int32_t&) INSTANTIATE_PROPERTY(Int32Array)