mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-27 18:30:39 +00:00
gcc/lunix
This commit is contained in:
parent
f8c596668f
commit
ca54485061
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user