Skip to content

Commit cec583e

Browse files
authored
Merge pull request #47 from iris-cpp/rename-include-guard
Rename include guard
2 parents 93187f6 + 32d9fd9 commit cec583e

51 files changed

Lines changed: 103 additions & 103 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/iris/colorize_format.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_COLORIZE_FORMAT_HPP
2-
#define IRIS_COLORIZE_FORMAT_HPP
1+
#ifndef IRIS_ZZ_COLORIZE_FORMAT_HPP
2+
#define IRIS_ZZ_COLORIZE_FORMAT_HPP
33

44
#include <iris/string.hpp>
55
#include <iris/enum_bitops.hpp>

include/iris/compare.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_COMPARE_HPP
2-
#define IRIS_COMPARE_HPP
1+
#ifndef IRIS_ZZ_COMPARE_HPP
2+
#define IRIS_ZZ_COMPARE_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/cond_trivial_smf.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_COND_TRIVIAL_SMF_HPP
2-
#define IRIS_COND_TRIVIAL_SMF_HPP
1+
#ifndef IRIS_ZZ_COND_TRIVIAL_SMF_HPP
2+
#define IRIS_ZZ_COND_TRIVIAL_SMF_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_CONFIG_HPP
2-
#define IRIS_CONFIG_HPP
1+
#ifndef IRIS_ZZ_CONFIG_HPP
2+
#define IRIS_ZZ_CONFIG_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/default_init_allocator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_DEFAULT_INIT_ALLOCATOR_HPP
2-
#define IRIS_DEFAULT_INIT_ALLOCATOR_HPP
1+
#ifndef IRIS_ZZ_DEFAULT_INIT_ALLOCATOR_HPP
2+
#define IRIS_ZZ_DEFAULT_INIT_ALLOCATOR_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/enum_bitops.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_ENUM_BITOPS_HPP
2-
#define IRIS_ENUM_BITOPS_HPP
1+
#ifndef IRIS_ZZ_ENUM_BITOPS_HPP
2+
#define IRIS_ZZ_ENUM_BITOPS_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/enum_bitops_algorithm.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_ENUM_BITOPS_ALGORITHM_HPP
2-
#define IRIS_ENUM_BITOPS_ALGORITHM_HPP
1+
#ifndef IRIS_ZZ_ENUM_BITOPS_ALGORITHM_HPP
2+
#define IRIS_ZZ_ENUM_BITOPS_ALGORITHM_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/enum_bitops_io.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_ENUM_BITOPS_IO_HPP
2-
#define IRIS_ENUM_BITOPS_IO_HPP
1+
#ifndef IRIS_ZZ_ENUM_BITOPS_IO_HPP
2+
#define IRIS_ZZ_ENUM_BITOPS_IO_HPP
33

44
// SPDX-License-Identifier: MIT
55

include/iris/exception.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_EXCEPTION_HPP
2-
#define IRIS_EXCEPTION_HPP
1+
#ifndef IRIS_ZZ_EXCEPTION_HPP
2+
#define IRIS_ZZ_EXCEPTION_HPP
33

44
#include <iris/string.hpp>
55

include/iris/fixed_string.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IRIS_FIXED_STRING_HPP
2-
#define IRIS_FIXED_STRING_HPP
1+
#ifndef IRIS_ZZ_FIXED_STRING_HPP
2+
#define IRIS_ZZ_FIXED_STRING_HPP
33

44
// SPDX-License-Identifier: MIT
55

0 commit comments

Comments
 (0)