Skip to content

Commit

Permalink
Add semicolons to warning macros
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Jan 30, 2024
1 parent d115f2b commit 4c91ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/hyperion/mpl/type_traits/is_comparable.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include <type_traits>

HYPERION_IGNORE_DOCUMENTATION_WARNING_START
HYPERION_IGNORE_DOCUMENTATION_WARNING_START;

/// @ingroup type_traits
/// @{
Expand Down Expand Up @@ -350,5 +350,5 @@ namespace hyperion::mpl::type_traits {
} // namespace _test
} // namespace hyperion::mpl::type_traits

HYPERION_IGNORE_DOCUMENTATION_WARNING_STOP
HYPERION_IGNORE_DOCUMENTATION_WARNING_STOP;
#endif // HYPERION_MPL_TYPE_TRAITS_IS_COMPARABLE_H
4 changes: 2 additions & 2 deletions include/hyperion/mpl/type_traits/is_operator_able.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <type_traits>

HYPERION_IGNORE_DOCUMENTATION_WARNING_START
HYPERION_IGNORE_DOCUMENTATION_WARNING_START;

/// @ingroup type_traits
/// @{
Expand Down Expand Up @@ -1305,6 +1305,6 @@ namespace hyperion::mpl::type_traits {

} // namespace hyperion::mpl::type_traits

HYPERION_IGNORE_DOCUMENTATION_WARNING_STOP
HYPERION_IGNORE_DOCUMENTATION_WARNING_STOP;

#endif // HYPERION_MPL_TYPE_TRAITS_IS_OPERATOR_ABLE_H

0 comments on commit 4c91ea0

Please sign in to comment.