mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 12:56:23 -04:00
Issue pointed by elfring: Non standard header guard
This commit is contained in:
parent
faa6e3af2f
commit
a67cb2a439
@ -31,8 +31,8 @@ Documentation for C++ subprocessing libraray.
|
|||||||
@version 1.0.0
|
@version 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SUBPROCESS_HPP_
|
#ifndef SUBPROCESS_HPP
|
||||||
#define __SUBPROCESS_HPP_
|
#define SUBPROCESS_HPP
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
@ -1621,4 +1621,4 @@ OutBuffer pipeline(Args&&... args)
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __SUBPROCESS_HPP_
|
#endif // SUBPROCESS_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user