Deprecated placeholder retained for source compatibility

Synopsis

Declared in <mp‐units/framework/unit_magnitude.h>

[[deprecated("2.5.0: `known_first_factor` is no longer necessary and can simply be removed")]]
template<intmax_t N>
constexpr std::optional<intmax_t> known_first_factor = std::nullopt;
Warning

Deprecated: 2.5.0: `known_first_factor` is no longer necessary and can simply be removed. Use of this entity is allowed but discouraged.

Template Parameters

Name

Description

N

the value that was previously being factorized

Created with MrDocs