We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ea469 commit e46440fCopy full SHA for e46440f
src/libgetargv++.hpp
@@ -21,9 +21,8 @@ struct Argv : protected ffi::ArgvResult {
21
bool nuls = false) noexcept(false);
22
static std::string as_string(pid_t pid, unsigned int skip,
23
bool nuls) noexcept(false);
24
-#if defined(__cplusplus) && (__cplusplus == 201703L)
+
25
Argv(Argv &r) = delete;
26
-#endif
27
Argv(const ffi::ArgvResult &r);
28
~Argv();
29
@@ -41,9 +40,8 @@ struct ArgvArgc : protected ffi::ArgvArgcResult {
41
40
42
static ArgvArgc as_array(pid_t pid) noexcept(false);
43
static std::vector<std::string> as_string_array(pid_t pid) noexcept(false);
44
45
ArgvArgc(ArgvArgc &r) = delete;
46
47
ArgvArgc(const ffi::ArgvArgcResult &r);
48
~ArgvArgc();
49
0 commit comments