mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-06 13:26:29 -04:00
Use 'friend struct' instead of 'firend class ArgumentDeducer' in Popen
Signed-off-by: Andrei Preda <andreipreda07@gmail.com>
This commit is contained in:
parent
f650a47250
commit
fb63ff77d3
@ -932,7 +932,7 @@ private:
|
|||||||
class Popen
|
class Popen
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
friend class detail::ArgumentDeducer;
|
friend struct detail::ArgumentDeducer;
|
||||||
friend class detail::Child;
|
friend class detail::Child;
|
||||||
|
|
||||||
template <typename... Args>
|
template <typename... Args>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user