mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 02:32:19 +00:00
define NOMINMAX because of min/max MACRO issue on Windows
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H
|
||||
#define BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H
|
||||
|
||||
#define NOMINMAX
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user