]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/qvm/vec_traits.hpp
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / boost / qvm / vec_traits.hpp
CommitLineData
b32b8144
FG
1//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.\r
2\r
3//Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5\r
6#ifndef UUID_01224884FC4111DF9570F7E4DED72085\r
7#define UUID_01224884FC4111DF9570F7E4DED72085\r
8\r
9namespace\r
10boost\r
11 {\r
12 namespace\r
13 qvm\r
14 {\r
15 template <class V>\r
16 struct\r
17 vec_traits\r
18 {\r
19 static int const dim=0;\r
20 typedef void scalar_type;\r
21 };\r
22\r
23 template <class T>\r
24 struct\r
25 is_vec\r
26 {\r
27 static bool const value=vec_traits<T>::dim>0;\r
28 };\r
29 }\r
30 }\r
31\r
32#endif\r