yasmine
assembly.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 ASSEMBLY_07A0176B_5967_4CDB_B7CF_624220170138
13 #define ASSEMBLY_07A0176B_5967_4CDB_B7CF_624220170138
14 
15 
16 #ifndef SX_CPP03_BOOST // C++11 only
17 
18 
19 #include "assembly_common.hpp"
20 #include "assembly_cpp11.hpp"
21 
22 
23 #else // C++03
24 
25 
26 #include "assembly_cpp03.hpp"
27 
28 
29 #endif
30 
31 #endif // include guard