yasmine
internal_completion_event_id.hpp
Go to the documentation of this file.
1 // //
3 // This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). //
4 // Copyright (C) 2016-2017 Seadex GmbH //
5 // //
6 // Licensing information is available in the folder "license" which is part of this distribution. //
7 // The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. //
8 // //
10 
11 
12 #ifndef INTERNAL_COMPLETION_EVENT_ID_E92CB14A_F191_491F_9D5D_EAC18995DBB7
13 #define INTERNAL_COMPLETION_EVENT_ID_E92CB14A_F191_491F_9D5D_EAC18995DBB7
14 
15 
16 #include "event_template.hpp"
17 
18 #ifndef SX_CPP03_BOOST
19 
20 #include <limits>
21 
22 #endif
23 
24 #ifdef max
25  #undef max
26 #endif
27 
28 
30 #if defined( SX_CPP03_BOOST ) || ( defined(_MSC_VER) && _MSC_VER <=1800 )
31  #define Y_INTERNAL_COMPLETION_EVENT_ID UINT_MAX
32 #endif
33 
34 
35 #endif