Remove dynamic exceptions
[anna.git] / include / anna / io / TextReader.hpp
index 555e71d..730fac6 100644 (file)
@@ -53,7 +53,7 @@ public:
      Devuelve el contenido de la línea actual o NULL si se ha llegado al fin del fichero.
      \return El contenido de la línea actual o NULL si se ha llegado al fin del fichero.
   */
-  const char* fetch() throw(anna::RuntimeException);
+  const char* fetch() noexcept(false);
 
 private:
   char* a_buffer;