We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a50e9e commit e8a304dCopy full SHA for e8a304d
1 file changed
cpp/src/graph.cc
@@ -197,6 +197,8 @@ Result<StringArray> Edge::property(const std::string& property) const {
197
template Result<T> Vertex::property<T>(const std::string& name) const; \
198
template Result<T> Edge::property<T>(const std::string& name) const;
199
200
+INSTANTIATE_PROPERTY(bool)
201
+INSTANTIATE_PROPERTY(const bool&)
202
INSTANTIATE_PROPERTY(int32_t)
203
INSTANTIATE_PROPERTY(const int32_t&)
204
INSTANTIATE_PROPERTY(Int32Array)
0 commit comments