Details
-
Sub-task
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
None
-
Windows+gcc
Description
The editor flags this as wrong:
#include <memory>
std::shared_ptr<char> cwd;
(...is not a type name)
This is under GCC 4.4.x (mingw-w64). The real code compiles without issue.