_literals.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 namespace glm
32 {
33 #define GLM_CXX11_USER_LITERALS
34 #ifdef GLM_CXX11_USER_LITERALS
35 /*
36  GLM_FUNC_QUALIFIER detail::half operator "" _h(long double const s)
37  {
38  return detail::half(s);
39  }
40 
41  GLM_FUNC_QUALIFIER float operator "" _f(long double const s)
42  {
43  return static_cast<float>(s);
44  }
45 */
46 #endif//GLM_CXX11_USER_LITERALS
47 
48 }//namespace glm


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:41:30