summaryrefslogtreecommitdiff
path: root/include/__functional_03
AgeCommit message (Expand)Author
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-29Fix PR31489 - std::function self-swap segfaultsEric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-08-18[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier
2015-07-22Merge C++03 and C++11 implementations of mem_fn and __mem_fn.Eric Fiselier
2015-07-22Cleanup <__functional_03>Eric Fiselier
2015-07-10[libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier
2015-06-14Fix std::function allocator constructors in C++03.Eric Fiselier
2015-06-02Add missing return statements in C++03 std::functionEric Fiselier
2015-04-07In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow
2015-02-10[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier
2014-06-30Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow
2014-06-24Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...Marshall Clow
2014-01-22Const qualify __mem_fn call operatorPeter Collingbourne
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-23Add some missing cv-qualifiers.Richard Smith
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-20Installed allocator into std::functionHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant