We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1263599 commit c49b537Copy full SHA for c49b537
src/app/mainwin.cpp
@@ -9,7 +9,7 @@
9
std::string moduleExeBaseName( void )
10
{
11
DWORD l = MAX_PATH;
12
- std::auto_ptr<char> filepath;
+ std::unique_ptr<char> filepath;
13
for ( ;; )
14
15
filepath.reset( new char[l] );
0 commit comments