We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfad9b commit 9bc3a19Copy full SHA for 9bc3a19
src/lib/dhcp/classify.h
@@ -256,7 +256,7 @@ class ClientClasses : public isc::data::CfgToElement {
256
/// @brief A hashing operator.
257
///
258
/// @param client_classes ClientClasses instance to be hashed.
259
- /// \return a hashing result.
+ /// @return a hashing result.
260
size_t operator()(const ClientClasses& client_classes);
261
};
262
src/lib/dhcpsrv/cfg_option.h
@@ -342,7 +342,6 @@ typedef boost::multi_index_container<
342
ClientClasses,
343
&OptionDescriptor::client_classes_>
344
>
345
-
346
347
348
> OptionContainer;
0 commit comments