From 77563ec532c8b51134c3020fb3c70a8bed8457fb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 2 Sep 2014 15:11:06 -0700 Subject: Rename enum Option to Opt0 --- src/io/cxxstdio_enums.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io') diff --git a/src/io/cxxstdio_enums.hpp b/src/io/cxxstdio_enums.hpp index 05cdcae..6f428e8 100644 --- a/src/io/cxxstdio_enums.hpp +++ b/src/io/cxxstdio_enums.hpp @@ -32,7 +32,7 @@ namespace e enum class BF : uint16_t; enum class EPOS : uint16_t; enum class MapCell : uint8_t; -enum class Option : uint16_t; +enum class Opt0 : uint16_t; inline auto decay_for_printf(BF v) -> typename remove_enum::type { return typename remove_enum::type(v); } @@ -41,7 +41,7 @@ auto decay_for_printf(EPOS v) -> typename remove_enum::type { retur inline auto decay_for_printf(MapCell v) -> typename remove_enum::type { return typename remove_enum::type(v); } inline -auto decay_for_printf(Option v) -> typename remove_enum::type { return typename remove_enum::type(v); } +auto decay_for_printf(Opt0 v) -> typename remove_enum::type { return typename remove_enum::type(v); } } namespace magic -- cgit v1.2.3-70-g09d2