mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix for the fix (for clang).
This commit is contained in:
parent
83fab7b02c
commit
eb6b2de648
@ -388,7 +388,7 @@ std::string SIM_VALUE::ConvertNotation( const std::string& aString, NOTATION aFr
|
||||
std::string prefix = SIM_VALUE_PARSER::ExponentToUnitPrefix( exponent, expReduction,
|
||||
aToNotation );
|
||||
double significand{};
|
||||
#ifndef defined( __clang__ )
|
||||
#if !defined( __clang__ )
|
||||
// clang still violates the standard
|
||||
// best effort, ignore errors
|
||||
std::from_chars( parseResult.significand.data(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user