diff --git a/source/poodinis/polyfill.d b/source/poodinis/polyfill.d index 43a5c6d..b174c07 100644 --- a/source/poodinis/polyfill.d +++ b/source/poodinis/polyfill.d @@ -4,10 +4,22 @@ * * Should not implement functionalitiy which is gone from the latest Phobos. * - * The baseline compatibility is D/Phobos 2.068.0 + * Implementations copied/re-implemented from std.traits, std.meta (std.typetuple) + * and std.exception * - * Authors: $(HTTP erdani.org, Andrei Alexandrescu) Jonathan M Davis and Mike Bierlee (m.bierlee@lostmoment.com) - * Copyright: Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014- Mike Bierlee + * The baseline compatibility is D/Phobos 2.066.1 + * + * Authors: $(HTTP erdani.org, Andrei Alexandrescu), + * Jonathan M Davis, + * $(HTTP digitalmars.com, Walter Bright), + * Tomasz Stachowiak ($(D isExpressions)), + * Shin Fujishiro, + * $(HTTP octarineparrot.com, Robert Clipsham), + * $(HTTP klickverbot.at, David Nadlinger), + * Kenji Hara, + * Shoichi Kato, + * Mike Bierlee (m.bierlee@lostmoment.com) + * Copyright: Copyright Digital Mars 2005 - 2015, Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2016 Mike Bierlee * License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0) */