File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ struct Argv : protected ffi::ArgvResult {
21
21
bool nuls = false ) noexcept (false );
22
22
static std::string as_string (pid_t pid, unsigned int skip,
23
23
bool nuls) noexcept (false );
24
- # if defined(__cplusplus) && (__cplusplus == 201703L)
24
+
25
25
Argv (Argv &r) = delete ;
26
- #endif
27
26
Argv (const ffi::ArgvResult &r);
28
27
~Argv ();
29
28
@@ -41,9 +40,8 @@ struct ArgvArgc : protected ffi::ArgvArgcResult {
41
40
42
41
static ArgvArgc as_array (pid_t pid) noexcept (false );
43
42
static std::vector<std::string> as_string_array (pid_t pid) noexcept (false );
44
- # if defined(__cplusplus) && (__cplusplus == 201703L)
43
+
45
44
ArgvArgc (ArgvArgc &r) = delete ;
46
- #endif
47
45
ArgvArgc (const ffi::ArgvArgcResult &r);
48
46
~ArgvArgc ();
49
47
You can’t perform that action at this time.
0 commit comments