Commit e2821f8
committed
Improved documentation in service.hpp, fixed compiler warnings
The comments on the main API functions in service.hpp were missing some
details and were sometimes out-of-date with respect to the code. Also,
a newer g++ (version 13.3) emitted some warnings about existing code
that needed to be updated (e.g. to remove unnecessary std::moves).
Finally, the string constants in service.hpp should be declared as
constexpr strings, not macros, to match Derecho's usage of these types
of constants for Conf strings.1 parent c2f0673 commit e2821f8
6 files changed
Lines changed: 208 additions & 160 deletions
File tree
- include/cascade
- detail
- src
- applications/tests/cascade_as_subgroup_classes
- service
- fuse
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2440 | 2440 | | |
2441 | 2441 | | |
2442 | 2442 | | |
2443 | | - | |
| 2443 | + | |
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
| |||
0 commit comments