mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
115 lines
3.5 KiB
HTML
115 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Module poodinis.polyfill</title>
|
|
<link rel="stylesheet" href="../css/style.min.css"/>
|
|
<script type="text/javascript" src="../js/script.min.js"></script>
|
|
</head>
|
|
<body onload="setupDdox();">
|
|
<header></header>
|
|
<nav id="main-nav">
|
|
<div>
|
|
<noscript>
|
|
<p style="color: red">The search functionality needs JavaScript enabled</p>
|
|
</noscript>
|
|
<div id="symbolSearchPane" style="display: none">
|
|
<form action="#" method="GET">
|
|
<input id="symbolSearch" type="text" name="q" placeholder="Search for symbols" autocomplete="off" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();" autofocus/>
|
|
</form>
|
|
<ul id="symbolSearchResults" class="symbolList" style="display: none"></ul><script type="application/javascript" src="../symbols.js"></script><script type="application/javascript">var symbolSearchRootDir = "../";
|
|
document.getElementById('symbolSearchPane').style.display = 'block';</script>
|
|
</div>
|
|
<ul class="tree-view">
|
|
<li class="tree-view ">
|
|
<div class="package ">
|
|
<a href="../poodinis.html">poodinis</a>
|
|
</div>
|
|
<ul class="tree-view">
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/autowire.html">autowire</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/container.html">container</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/context.html">context</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/factory.html">factory</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module selected">
|
|
<a href="../poodinis/polyfill.html">polyfill</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/registration.html">registration</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../poodinis/valueinjection.html">valueinjection</a>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<p id="main-nav-footer">
|
|
Built with
|
|
<a href="https://github.com/MartinNowak/scod">scod</a>
|
|
</p>
|
|
</nav>
|
|
<div id="main-contents">
|
|
<div>
|
|
<h1>Module poodinis.polyfill</h1><p>Forward-compatibility module for providing support for Phobos functionality
|
|
not available in older versions of Phobos.
|
|
</p><section><p>Should not implement functionalitiy which is gone from the latest Phobos.
|
|
</p>
|
|
|
|
<p> Implementations copied/re-implemented from std.exception and std.traits;
|
|
</p>
|
|
|
|
<p> The baseline compatibility is D/Phobos 2.068.2
|
|
</p>
|
|
</section>
|
|
|
|
<section></section>
|
|
</div>
|
|
<footer>
|
|
<div id="license-info">
|
|
<p>erdani.org, Andrei Alexandrescu,
|
|
Jonathan M Davis,
|
|
digitalmars.com, Walter Bright,
|
|
Tomasz Stachowiak (<code class="lang-d"><span class="pln">isExpressions</span></code>),
|
|
erdani.org, Andrei Alexandrescu,
|
|
Shin Fujishiro,
|
|
octarineparrot.com, Robert Clipsham,
|
|
klickverbot.at, David Nadlinger,
|
|
Kenji Hara,
|
|
Shoichi Kato,
|
|
Mike Bierlee (m.bierlee@lostmoment.com)
|
|
</p>
|
|
|
|
<p>Copyright Digital Mars 2005 - 2009., Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2021 Mike Bierlee
|
|
</p>
|
|
|
|
<p>boost.org/LICENSE_1_0.txt, Boost License 1.0
|
|
</p>
|
|
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |