Go to the documentation of this file.
26 #ifndef __OgreThreadHeadersBoost_H__
27 #define __OgreThreadHeadersBoost_H__
29 #if OGRE_COMPILER == OGRE_COMPILER_CLANG || OGRE_COMPILER == OGRE_COMPILER_GCC
30 # pragma GCC diagnostic push
31 # pragma GCC diagnostic ignored "-Wshadow"
32 # pragma GCC diagnostic ignored "-Wpadded"
33 # pragma GCC diagnostic ignored "-Wweak-vtables"
34 # pragma GCC diagnostic ignored "-Wall"
35 # pragma GCC diagnostic ignored "-Wshorten-64-to-32"
38 #include <boost/thread/tss.hpp>
39 #include <boost/thread/recursive_mutex.hpp>
40 #include <boost/thread/condition.hpp>
41 #include <boost/thread/thread.hpp>
42 #include <boost/thread/shared_mutex.hpp>
43 #include <boost/thread/locks.hpp>
45 #if OGRE_COMPILER == OGRE_COMPILER_CLANG || OGRE_COMPILER == OGRE_COMPILER_GCC
46 # pragma GCC diagnostic pop
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:35:46