Skip to content

Commit

Permalink
typo: UNDEFINE_NOMIMAX -> UNDEFINE_NOMINMAX
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Sep 25, 2023
1 parent 0c9a2b7 commit 5a3dc48
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file added .cache/clangd/index/test.cc.433491A1A1B233E7.idx
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions include/tortellini.hh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

#ifndef NOMINMAX
# define _TORTELLINI_UNDEFINE_NOMIMAX_PLEASE
# define _TORTELLINI_UNDEFINE_NOMINMAX_PLEASE
# define NOMINMAX
#endif

Expand Down Expand Up @@ -477,7 +477,7 @@ public:

}

#ifdef _TORTELLINI_UNDEFINE_NOMIMAX_PLEASE
#ifdef _TORTELLINI_UNDEFINE_NOMINMAX_PLEASE
# undef NOMINMAX
#endif
#endif

0 comments on commit 5a3dc48

Please sign in to comment.