mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Switch trailing files to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2020 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef TypeInfo_hpp
|
||||
#define TypeInfo_hpp
|
||||
#pragma once
|
||||
|
||||
#define ForAllInts(x) \
|
||||
x(uint8_t); \
|
||||
@@ -59,6 +58,3 @@ inline size_t size(const std::type_info *type) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif /* TypeInfo_hpp */
|
||||
|
||||
Reference in New Issue
Block a user