Skip to content
Snippets Groups Projects
  1. Jul 03, 2020
    • Dmitri Naumov's avatar
      [PL] Python BHE BC; Avoid implicity conversion. · f02e55ae
      Dmitri Naumov authored
      Avoid implicit narrowing conversion from Eigen::IndexType
      to an int.
      
      warning C4244: 'initializing': conversion from 'const _Ty' to '_Objty', possible loss of data
      807         with
      808         [
      809             _Ty=MathLib::EigenVector::IndexType
      810         ]
      811         and
      812         [
      813             _Objty=int
      814         ]
      f02e55ae
  2. Apr 10, 2020
  3. Jan 03, 2020
Loading