diff --git a/include/vclib/concepts/types.h b/include/vclib/concepts/types.h index 680fc9278..bec16878b 100644 --- a/include/vclib/concepts/types.h +++ b/include/vclib/concepts/types.h @@ -34,7 +34,6 @@ namespace vcl { template concept IntegralOrEnum = std::integral || std::is_enum_v; - /** * @brief Concept for types that can be used as indices, excluding bool. */