Util: Add default formatting type to floating points checks
This commit is contained in:
@@ -301,6 +301,7 @@ constexpr void Parser::checkSpecifierIntegralType(const Specifier& specifier)
|
|||||||
constexpr void Parser::checkSpecifierFloatingPointType(const Specifier& specifier)
|
constexpr void Parser::checkSpecifierFloatingPointType(const Specifier& specifier)
|
||||||
{
|
{
|
||||||
switch (specifier.type) {
|
switch (specifier.type) {
|
||||||
|
case PresentationType::None:
|
||||||
case PresentationType::Hexfloat:
|
case PresentationType::Hexfloat:
|
||||||
case PresentationType::HexfloatUppercase:
|
case PresentationType::HexfloatUppercase:
|
||||||
case PresentationType::Exponent:
|
case PresentationType::Exponent:
|
||||||
|
|||||||
Reference in New Issue
Block a user