Skip to content
Snippets Groups Projects

Release 0.2.0

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

Files

@@ -122,7 +122,8 @@ public:
*/
// TODO(tf) find a way to deal with this:
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
[[nodiscard]] auto RetrieveSingleUser(const std::string &realm, const std::string &name) const -> User;
[[nodiscard]] auto RetrieveSingleUser(const std::string &realm, const std::string &name) const
-> User;
/**
* Create a new user.
Loading