template <typename T> struct A { explicit A(const T& r) : v{r} {} const T& v; }; template <typename T> struct A<T*> { explicit A(const T* r) : v{r} {} const T* v; }; Output: Cppcheck 2.10 [test.cpp:11]: (warning) Member variable 'A::v' is not initialized in the constructor.
Correction, the error message is random_file: Error opening file “/media/szesciodysk/filmy/name /random_file”: No such file or directory
Cannot copy file to a subfolder, if the name of the subfolder ends with space and the folder is mounted CIFS share
KeePass2 crashes when pasting a comment with the letter "ó" on Ubuntu 16.04 64bit
How to make the media keys to work on Linux (Ubuntu) port?
Dear Ben You new 0.8 version features a new, 40% bigger Excelsi-R.dll that unfortunately...
If you don't I'll try to test it myself around the next week.
Quite obviously, std::string is incapable of storing Unicode (http://stackoverflow.com/questions/402283/stdwstring-vs-stdstring)....