Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/predef/os.h @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 /* | 1 /* |
2 Copyright Redshift Software, Inc. 2008-2012 | 2 Copyright Rene Rivera 2008-2012 |
3 Copyright Franz Detro 2014 | |
3 Distributed under the Boost Software License, Version 1.0. | 4 Distributed under the Boost Software License, Version 1.0. |
4 (See accompanying file LICENSE_1_0.txt or copy at | 5 (See accompanying file LICENSE_1_0.txt or copy at |
5 http://www.boost.org/LICENSE_1_0.txt) | 6 http://www.boost.org/LICENSE_1_0.txt) |
6 */ | 7 */ |
7 | 8 |
12 #include <boost/predef/os/amigaos.h> | 13 #include <boost/predef/os/amigaos.h> |
13 #include <boost/predef/os/android.h> | 14 #include <boost/predef/os/android.h> |
14 #include <boost/predef/os/beos.h> | 15 #include <boost/predef/os/beos.h> |
15 #include <boost/predef/os/bsd.h> | 16 #include <boost/predef/os/bsd.h> |
16 #include <boost/predef/os/cygwin.h> | 17 #include <boost/predef/os/cygwin.h> |
18 #include <boost/predef/os/haiku.h> | |
17 #include <boost/predef/os/hpux.h> | 19 #include <boost/predef/os/hpux.h> |
18 #include <boost/predef/os/irix.h> | 20 #include <boost/predef/os/irix.h> |
21 #include <boost/predef/os/ios.h> | |
19 #include <boost/predef/os/linux.h> | 22 #include <boost/predef/os/linux.h> |
20 #include <boost/predef/os/macos.h> | 23 #include <boost/predef/os/macos.h> |
21 #include <boost/predef/os/os400.h> | 24 #include <boost/predef/os/os400.h> |
22 #include <boost/predef/os/qnxnto.h> | 25 #include <boost/predef/os/qnxnto.h> |
23 #include <boost/predef/os/solaris.h> | 26 #include <boost/predef/os/solaris.h> |