mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 04:46:21 -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
|
||||
{
|
||||
public:
|
||||
friend class detail::ArgumentDeducer;
|
||||
friend struct detail::ArgumentDeducer;
|
||||
friend class detail::Child;
|
||||
|
||||
template <typename... Args>
|
||||
|
Loading…
x
Reference in New Issue
Block a user