2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

[#3770] Addressed comments

This commit is contained in:
Thomas Markwalder 2025-07-23 16:57:06 -04:00
parent 9dfad9bb0b
commit 9bc3a19486
2 changed files with 1 additions and 2 deletions

View File

@ -256,7 +256,7 @@ public:
/// @brief A hashing operator. /// @brief A hashing operator.
/// ///
/// @param client_classes ClientClasses instance to be hashed. /// @param client_classes ClientClasses instance to be hashed.
/// \return a hashing result. /// @return a hashing result.
size_t operator()(const ClientClasses& client_classes); size_t operator()(const ClientClasses& client_classes);
}; };

View File

@ -342,7 +342,6 @@ typedef boost::multi_index_container<
ClientClasses, ClientClasses,
&OptionDescriptor::client_classes_> &OptionDescriptor::client_classes_>
> >
> >
> >
> OptionContainer; > OptionContainer;