cpp-utilities icon indicating copy to clipboard operation
cpp-utilities copied to clipboard

Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities

Results 1 cpp-utilities issues
Sort by recently updated
recently updated
newest added
trafficstars

Version 5.26.0 fails: ``` /usr/ports/devel/cpp-utilities/work/cpp-utilities-5.26.0/io/nativefilestream.cpp:199:29: error: member reference base type 'const char *' is not a structure or union 199 | descriptor = ::open(path.data(), nativeParams.openFlags, S_IRUSR | S_IWUSR | S_IRGRP...

bug