Skip to content
  1. Dec 24, 2021
  2. Dec 23, 2021
  3. Dec 22, 2021
  4. Dec 21, 2021
  5. Dec 20, 2021
  6. Dec 19, 2021
  7. Dec 18, 2021
  8. Dec 17, 2021
    • vperus's avatar
      [input_common] Move variable declaration closer to usage · 11f4bf8a
      vperus authored
      MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD':
      local variable is initialized but not referenced" which is treated as an
      error.
      
      Circumvent it by moving constexpr variable directly into body of lambda function.
      11f4bf8a
Loading