Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
14 files
+ 104
125
Compare changes
  • Side-by-side
  • Inline

Files

@@ -26,6 +26,7 @@
* @author Timm Fitchen
* @date 2022-02-11
*/
#ifdef BUILD_ACM
#ifndef CAOSDB_ACM_PERMISSION_RULE_H
#define CAOSDB_ACM_PERMISSION_RULE_H
@@ -65,3 +66,4 @@ using PermissionRules = std::unordered_set<PermissionRule, HashPermissionRule>;
} // namespace caosdb::acm
#endif
#endif
Loading