-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable yet another clang-tidy message
- Loading branch information
1 parent
310e5fa
commit ef819e7
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/////////////////////////////////////////////////////////////////// | ||
// Copyright Christopher Kormanyos 2020 - 2022. // | ||
// Copyright Christopher Kormanyos 2020 - 2024. // | ||
// Distributed under the Boost Software License, // | ||
// Version 1.0. (See accompanying file LICENSE_1_0.txt // | ||
// or copy at http://www.boost.org/LICENSE_1_0.txt) // | ||
/////////////////////////////////////////////////////////////////// | ||
|
||
#ifndef TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ | ||
#define TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ | ||
#ifndef TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H // NOLINT(llvm-header-guard) | ||
#define TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H | ||
|
||
auto test_soft_double_examples() -> bool; | ||
|
||
#endif // TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ | ||
#endif // TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H |