This constructor signature appears to have a subtle bug. The implementation in the .cpp file has a const FileMode fmode arg, but the header signature doesn't have the same arg const qualified.
Closer inspection of this header shows a few places where this same issues occurs in both constructors and member functions.
This constructor signature appears to have a subtle bug. The implementation in the
.cpp
file has aconst FileMode fmode
arg, but the header signature doesn't have the same argconst
qualified.Closer inspection of this header shows a few places where this same issues occurs in both constructors and member functions.