We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db80397 + 5b9ed14 commit 323d0bfCopy full SHA for 323d0bf
inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
@@ -193,7 +193,7 @@ class MatrixMarketIterator
193
std::string curfile;
194
curfile = m_folder + "/" + m_curs_id->d_name;
195
// Discard if it is a folder
196
-#if !(defined(__sun) || defined(_AIX) || defined(__hpux) || defined(__sgi))
+#if !(defined(__sun) || defined(_AIX) || defined(__hpux) || defined(__sgi) || defined(__HAIKU__))
197
if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems
198
#endif
199
// struct stat st_buf;
0 commit comments