Habemus C++14 (A question about TS)Ok, I hadn't gotten that before, I used to think it (filesystem) was going to be a TS forever rathe...
Habemus C++14 (A question about TS)After the Issaquah meeting the committee launched the Draft International Standard ballot which was ...
Am I using std::unique_ptr the wrong way?I get it now. That is why clang was giving this: error: data member instantiated with function type ...
Am I using std::unique_ptr the wrong way?Yep, that worked.. thanks. But innit decltype(closedir) and std::function<int(DIR*)> semantically th...
Am I using std::unique_ptr the wrong way?I'm using gcc-4.9.1 to compile this code that list the contents of directories recursively. I tried ...