mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-07-30 15:25:23 +00:00
gcc/lunix
This commit is contained in:
@@ -198,7 +198,8 @@ namespace filesystem {
|
||||
}
|
||||
path& remove_filename();
|
||||
path& replace_filename(const path& replacement);
|
||||
path& replace_extension(const path& replacement = path());
|
||||
path& replace_extension(/* const path& replacement = path() */);
|
||||
path& replace_extension(const path& replacement);
|
||||
|
||||
void swap(path& rhs) noexcept {
|
||||
std::swap(_path, rhs._path);
|
||||
|
@@ -9,6 +9,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <cerrno>
|
||||
#include <signal.h>
|
||||
#include <sys/waitpid.h>
|
||||
|
||||
#include "mpw-shell.h"
|
||||
#include "fdset.h"
|
||||
|
Reference in New Issue
Block a user