yasmine
adapter.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 #ifndef ADAPTER_3B63E5D6_0137_4563_BF8E_3F092A0D1ABD
12 #define ADAPTER_3B63E5D6_0137_4563_BF8E_3F092A0D1ABD
13 
14 
15 #ifndef SX_CPP03_BOOST // C++11 only
16 
17 
18 #include "adapter_cpp11.hpp"
19 
20 
21 #else
22 
23 
24 #include "adapter_cpp03.hpp"
25 
26 
27 #endif
28 
29 
30 #endif