mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
time to embrace #pragma once
This commit is contained in:
parent
d196187187
commit
2944a44b28
17 changed files with 17 additions and 55 deletions
5
crc.hh
5
crc.hh
|
|
@ -4,8 +4,7 @@ Cyclic redundancy check
|
|||
Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
||||
*/
|
||||
|
||||
#ifndef CRC_HH
|
||||
#define CRC_HH
|
||||
#pragma once
|
||||
|
||||
namespace CODE {
|
||||
|
||||
|
|
@ -84,5 +83,3 @@ uint8_t CRC<uint8_t>::operator()(uint8_t data)
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue