Use stat to check that paths are equivalent
[alexxy/gromacs.git] / src / gromacs / utility / exceptions.h
index e6a8929320c640cccbf30276af1f8867414fff5c..36fdaceb7d567a6916087b2564887ef9029d6222 100644 (file)
@@ -398,6 +398,7 @@ class NotImplementedError : public APIError
         GMX_THROW((e) << boost::errinfo_errno(stored_errno_) \
                   << boost::errinfo_api_function(syscall)); \
     } while (0)
+//TODO: Add an equivalent macro for Windows GetLastError
 
 /*! \brief
  * Formats a standard fatal error message for reporting an exception.