diff options
author | Weiyi Wang <wwylele@gmail.com> | 2019-01-25 12:26:47 -0500 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2019-02-06 18:13:45 +0100 |
commit | 89abef351866b8bf1ffac3ccf5f9accab4be7509 (patch) | |
tree | 6eef6b5e8750627551f228cc6905e8326e421419 /src/common/bit_field.h | |
parent | 6b81ceb060a0e985380bc33d2f51dcc76aad3eb3 (diff) |
remove all occurance of specifying endianness inside BitField
This commit it automatically generated by command in zsh:
sed -i -- 's/BitField<\(.*\)_le>/BitField<\1>/g' **/*(D.)
BitField is now aware to endianness and default to little endian. It expects a value representation type without storage specification for its template parameter.
Diffstat (limited to 'src/common/bit_field.h')
0 files changed, 0 insertions, 0 deletions