Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
Compare and Show latest version
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -38,6 +38,7 @@
#include <bits/exception.h> // for exception
#include <cassert> // for assert
#include <cstdlib> // for getenv
#include <cstring> // for strcmp
#include <grpcpp/security/credentials.h> // for SslCredentials
#include <iterator> // for next
#include <map> // for map
Loading