@@ -294,7 +294,6 @@ namespace kumi
294294
295295 // ================================================================================================
296296 // ! @ingroup record
297- // ! @related kumi::record
298297 // ! @brief Creates a kumi::record of forwarding references to its arguments.
299298 // !
300299 // ! Constructs a record of references to the arguments in args suitable for forwarding as an
@@ -321,7 +320,6 @@ namespace kumi
321320
322321 // ================================================================================================
323322 // ! @ingroup record
324- // ! @related kumi::record
325323 // ! @brief Creates a record object, deducing the target type from the types of arguments.
326324 // !
327325 // ! @param ts Zero or more lvalue arguments to construct the record from.
@@ -340,7 +338,6 @@ namespace kumi
340338
341339 // ================================================================================================
342340 // ! @ingroup record
343- // ! @related kumi::record
344341 // ! @brief Creates a kumi::record of references given a reference to a kumi::record_type.
345342 // !
346343 // ! @param t Compile-time index of the element to access
@@ -351,7 +348,7 @@ namespace kumi
351348 // ! @include doc/record/to_ref.cpp
352349 // ================================================================================================
353350 template <record_type Type>
354- [[nodiscard]] KUMI_ABI constexpr auto to_ref (Type&& t)
351+ [[nodiscard]] KUMI_ABI constexpr auto to_ref (Type && t)
355352 {
356353 return _::apply_field ( [](auto &&... elems)
357354 {
0 commit comments