Skip to content

Commit

Permalink
Ignore documentation warnings in is_comparable (clang on MacOS treati…
Browse files Browse the repository at this point in the history
…ng the _v variable templates as non-templates in regard to -Wdocumentation)
  • Loading branch information
braxtons12 committed Jan 30, 2024
1 parent dcef4c0 commit 77e7ead
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/hyperion/mpl/type_traits/is_comparable.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

#include <type_traits>

HYPERION_IGNORE_DOCUMENTATION_WARNING_START

/// @ingroup type_traits
/// @{
/// @defgroup comparison_operator_detection Comparison Operator Detection
Expand All @@ -59,9 +61,7 @@

namespace hyperion::mpl::type_traits {

namespace detail {

}
namespace detail { }

// clang-format off

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

HYPERION_IGNORE_DOCUMENTATION_WARNING_STOP
#endif // HYPERION_MPL_TYPE_TRAITS_IS_COMPARABLE_H

0 comments on commit 77e7ead

Please sign in to comment.