Changeset 76:065985a2366d in rrlib_si_units


Ignore:
Timestamp:
04.05.2020 23:24:25 (4 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
17.03
Children:
77:4afef33d9daa, 78:f02dacafad29
Parents:
73:a170a4e43116 (diff), 75:13e830408871 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge with 14.08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tQuantity.h

    r68 r76  
    100100 
    101101  tQuantity() 
    102   { 
    103     std::memset(this, 0, sizeof(tQuantity)); 
    104   } 
     102    : value() 
     103  {} 
    105104 
    106105  template < typename T, typename = typename std::enable_if < !std::is_base_of<tQuantityBase, T>::value, decltype(TValue(T())) >::type > 
Note: See TracChangeset for help on using the changeset viewer.