OSVR-Core
BoostIsCopyConstructible.h
Go to the documentation of this file.
1 
13 // Copyright 2014 Sensics, Inc.
14 //
15 // Licensed under the Apache License, Version 2.0 (the "License");
16 // you may not use this file except in compliance with the License.
17 // You may obtain a copy of the License at
18 //
19 // http://www.apache.org/licenses/LICENSE-2.0
20 //
21 // Unless required by applicable law or agreed to in writing, software
22 // distributed under the License is distributed on an "AS IS" BASIS,
23 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 // See the License for the specific language governing permissions and
25 // limitations under the License.
26 
27 #ifndef INCLUDED_BoostIsCopyConstructible_h_GUID_261BD733_2559_4586_CDEF_C551ECB87C4B
28 #define INCLUDED_BoostIsCopyConstructible_h_GUID_261BD733_2559_4586_CDEF_C551ECB87C4B
29 
30 #include <boost/version.hpp>
31 #if BOOST_VERSION >= 105500
32 #define OSVR_HAVE_BOOST_IS_COPY_CONSTRUCTIBLE
33 #include <boost/type_traits/is_copy_constructible.hpp>
34 #endif
35 
36 #endif // INCLUDED_BoostIsCopyConstructible_h_GUID_261BD733_2559_4586_CDEF_C551ECB87C4B