36 lines
731 B
HTML
36 lines
731 B
HTML
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
Copyright (c) 2016 Klemens D. Morgenstern
|
||
|
klemens.morgenstern at gmx dot net
|
||
|
|
||
|
Distributed under the Boost Software License,
|
||
|
Version 1.0. (See accompanying file LICENSE_1_0.txt
|
||
|
or copy at http://boost.org/LICENSE_1_0.txt)
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="refresh" content="0; url=../../doc/html/process.html">
|
||
|
<title>Boost.Process</title>
|
||
|
<style>
|
||
|
body {
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
}
|
||
|
a {
|
||
|
color: #00f;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
Automatic redirection failed, please go to
|
||
|
<a href="../../doc/html/process.html">../../doc/html/process.html</a>
|
||
|
</p>
|
||
|
<p>
|
||
|
© 2016 Klemens D. Morgenstern
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|