Skip to content

Commit

Permalink
removed definition of NOMINMAX
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 27, 2024
1 parent 1bbdde8 commit 22c2ad0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/boost/process/v2/detail/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#if defined(BOOST_PROCESS_V2_STANDALONE)


#define BOOST_PROCESS_V2_COMPLETION_TOKEN_FOR(Sig) ASIO_COMPLETION_TOKEN_FOR(Sig)

#include <asio/detail/config.hpp>
Expand All @@ -20,10 +19,6 @@
#if defined(ASIO_WINDOWS)
#define BOOST_PROCESS_V2_WINDOWS 1

// Windows: suppress definition of "min" and "max" macros.
#if !defined(NOMINMAX)
# define NOMINMAX 1
#endif
#endif

#if defined(ASIO_HAS_UNISTD_H)
Expand Down Expand Up @@ -53,10 +48,6 @@ BOOST_PROCESS_V2_END_NAMESPACE
#if defined(BOOST_WINDOWS_API)
#define BOOST_PROCESS_V2_WINDOWS 1

// Windows: suppress definition of "min" and "max" macros.
#if !defined(NOMINMAX)
# define NOMINMAX 1
#endif

#endif

Expand Down

0 comments on commit 22c2ad0

Please sign in to comment.