Remove dynamic exceptions
[anna.git] / include / anna / io / BinaryReader.hpp
index 0529f22..3fd15b7 100644 (file)
@@ -52,7 +52,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 DataBlock* fetch() throw(anna::RuntimeException);
+  const DataBlock* fetch() noexcept(false);
 
 private:
   const int a_blockSize;