_literals.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 #pragma once
00030 
00031 namespace glm
00032 {
00033 #define GLM_CXX11_USER_LITERALS
00034 #ifdef GLM_CXX11_USER_LITERALS
00035 /*
00036         GLM_FUNC_QUALIFIER detail::half operator "" _h(long double const s)
00037         {
00038                 return detail::half(s);
00039         }
00040 
00041         GLM_FUNC_QUALIFIER float operator "" _f(long double const s)
00042         {
00043                 return static_cast<float>(s);
00044         }
00045 */
00046 #endif//GLM_CXX11_USER_LITERALS
00047 
00048 }//namespace glm


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:15