mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2023 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef NumericCoder_hpp
|
||||
#define NumericCoder_hpp
|
||||
#pragma once
|
||||
|
||||
namespace Numeric {
|
||||
|
||||
@@ -73,5 +72,3 @@ template <int... Sizes> class NumericCoder {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* NumericCoder_hpp */
|
||||
|
||||
Reference in New Issue
Block a user