LGTM: [skip ci] remove some obsolete FIXME comments from source code
This commit is contained in:
@@ -246,7 +246,6 @@ ZipWriter::ZipWriter(const char* FileName)
|
||||
#ifdef _MSC_VER
|
||||
ZipStream.imbue(std::locale::empty());
|
||||
#else
|
||||
//FIXME: Check whether this is correct
|
||||
ZipStream.imbue(std::locale::classic());
|
||||
#endif
|
||||
ZipStream.precision(std::numeric_limits<double>::digits10 + 1);
|
||||
@@ -259,7 +258,6 @@ ZipWriter::ZipWriter(std::ostream& os)
|
||||
#ifdef _MSC_VER
|
||||
ZipStream.imbue(std::locale::empty());
|
||||
#else
|
||||
//FIXME: Check whether this is correct
|
||||
ZipStream.imbue(std::locale::classic());
|
||||
#endif
|
||||
ZipStream.precision(std::numeric_limits<double>::digits10 + 1);
|
||||
|
||||
Reference in New Issue
Block a user