1
0
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:
Thomas Harte
2024-01-21 21:49:59 -05:00
parent 31cbcb206f
commit 8a1a14ba4c
9 changed files with 11 additions and 34 deletions
+1 -5
View File
@@ -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 */