Skip to content
Snippets Groups Projects

Make the CondDB moveable and add test that checks it

Merged Ben Couturier requested to merge moveableconddb into master
4 files
+ 45
2
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -102,7 +102,7 @@ namespace GitCondDB {
std::vector<time_point_t> iov_boundaries( std::string_view tag, std::string_view path,
const IOV& boundaries ) const;
CondDB( CondDB&& ) = default;
CondDB( CondDB&& );
~CondDB();
struct dir_content {
Loading