From eacbae197a026280289ec89333ccfb942452e4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 10 May 2013 22:43:59 +0200 Subject: [PATCH] First C++14 TODO :-) --- src/Types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Types.h b/src/Types.h index d8e04bb65..18627ff63 100644 --- a/src/Types.h +++ b/src/Types.h @@ -43,6 +43,8 @@ typedef std::uint32_t UnsignedInt; typedef std::int32_t Int; typedef std::uint64_t UnsignedLong; typedef std::int64_t Long; + +/** @todo C++14: use std::float32_t and std::float_64t [N3626](http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3626.pdf) */ typedef float Float; #ifndef MAGNUM_TARGET_GLES