Make fs::err_t enum a subcategory of std::error_condition; use the st…#13128
Conversation
|
I think making the errors an However, I don’t think using |
…entiate "invalid" errors better
| break; | ||
| fprintf(stderr, "Reading to pos %d from track %d sector %d\n", pos, track, sector); | ||
| auto dblk = m_blockdev.get(track*16 + sector); |
There was a problem hiding this comment.
Is this extra printf intentional? It looks like the kind of thing that would get spammy fast.
There was a problem hiding this comment.
It's a leftover from an unrelated debugging effort. I'll remove it.
…andard codes in some places