Pierre-Étienne Messier
Pierre-Étienne Messier
We need to use strain units for sensors (https://link.springer.com/chapter/10.1007/978-3-662-04732-3_7). Typical unit we use is µm/m. It is a ratio of 2 lengths. What could be the best way to represent...
Since 5f172345bd62b13bd6ff52c055e6e6d66d0aab23 from @knatten , there is a behavior change as well, the underlying type initial value is not the same as before. For example, a POD like int or...
Using `Uncrustify-0.78.1_f`, with the default configuration. Consider the following code: ``` int CPtCloudDataSWL::ASCIIReadNbPts( const size_t nbPtsToRead_ ) { const CTUnitDird normal( m_euler.TransformationMatrixGet()( 0, 2 ), m_euler.TransformationMatrixGet()( 1, 2 ), m_euler.TransformationMatrixGet()(...
Using the latest head version following the fix for #4075, with default config on Windows using this snippet of code: ``` #pragma once template< template< typename... > typename TContainer, typename...
Using Uncrustify-0.78.1_f, with with this configuration: - `sp_bool = add` Consider this working example, where Uncrustify produces the same output as this input: ``` template CExpected::CExpected(TType&& attached_); ``` Debug output:...
I'd like to customize the ProductVersion field. By default it could use the same value than Version (like it is implemented right now). The reason is that I use tag...