Skip to content

Commit 0a144aa

Browse files
[support] fix print file guard (#345)
1 parent 34d3106 commit 0a144aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/print

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ OTHER DEALINGS IN THE SOFTWARE.
3636

3737
For more information, please refer to <https://unlicense.org> */
3838

39-
#ifndef FCAROUGE_FORMAT
40-
#define FCAROUGE_FORMAT
39+
#ifndef FCAROUGE_PRINT
40+
#define FCAROUGE_PRINT
4141

4242
// Standard printer compiler support. Some mainstream compilers do not support
4343
// `std::print` as of May 2023. The support is brought in through the `fmt`
@@ -61,4 +61,4 @@ inline void print(std::FILE *file, std::string_view format,
6161
}
6262
} // namespace std
6363

64-
#endif // FCAROUGE_FORMAT
64+
#endif // FCAROUGE_PRINT

0 commit comments

Comments
 (0)