From eabe55b4078102bceb720002b854f71529bdc3c6 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sat, 20 Feb 2016 23:09:55 -0300 Subject: [PATCH] Remove obsolete documentation bit --- src/make_enum.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/make_enum.hpp b/src/make_enum.hpp index 4495988c110b..516a5d1ae6d7 100644 --- a/src/make_enum.hpp +++ b/src/make_enum.hpp @@ -58,9 +58,7 @@ * // by the enumeration. * std::ostream& operator<<(std::ostream&, enumname); * - * // If the stream input is not recognized, it sets the stream state to - * // failing; additionally, iff game_config::debug == true, it throws - * // twml_exception (FIXME: that's not what the code says -- shadowm). + * // Never throws. Sets the stream's fail bit if the input is not recognized. * std::istream& operator>>(std::istream&, enumname&); * @endcode *