summaryrefslogtreecommitdiffstats
path: root/libcxx/include/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-27/+27
| | | | llvm-svn: 134190
* I've seen this question enough times to know that it should be fixed: ↵Howard Hinnant2011-05-311-6/+21
| | | | | | http://stackoverflow.com/questions/6193734/implicit-conversions-with-stdfunction llvm-svn: 132363
* minor documentation updateHoward Hinnant2011-05-291-1/+1
| | | | llvm-svn: 132286
* noexcept for <functional>.Howard Hinnant2011-05-281-88/+82
| | | | llvm-svn: 132264
* Fix const correctness bug in bind involving reference_wrapper found by ↵Howard Hinnant2011-05-221-10/+12
| | | | | | Jonathan Sauer llvm-svn: 131852
* Simplied bind using __invoke. In the process, found and fixed a couple of ↵Howard Hinnant2011-05-191-26/+18
| | | | | | bugs. C++11 only. llvm-svn: 131667
* Fixed bug in recently introduced bind move constructorHoward Hinnant2011-05-171-1/+1
| | | | llvm-svn: 131484
* Supply missing move ctor in __bind_r, though this one will eventually be ↵Howard Hinnant2011-05-161-0/+4
| | | | | | defaulted llvm-svn: 131408
* Remove an (incorrect) compiler workaround in the __mu function. TheDouglas Gregor2011-01-251-4/+1
| | | | | | | | workaround relied on rvalue references binding to non-function lvalues, while the original formulation (with std::forward) does the right thing. llvm-svn: 124241
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Corrected an inconsistency with recent changes in tuple, and perfect ↵Howard Hinnant2010-10-071-2/+2
| | | | | | forwarding within bind llvm-svn: 115930
* visibility-decoration.Howard Hinnant2010-09-211-57/+102
| | | | llvm-svn: 114496
* Fix another const bug in function. Thanks to Daniel Krugler for finding ↵Howard Hinnant2010-09-111-2/+2
| | | | | | this and the previous bug. llvm-svn: 113686
* Fixing whitespace problemsHoward Hinnant2010-08-221-36/+34
| | | | llvm-svn: 111750
* Installed allocator into std::functionHoward Hinnant2010-08-201-91/+137
| | | | llvm-svn: 111672
* JP 3 & JP 4Howard Hinnant2010-08-191-1/+1
| | | | llvm-svn: 111547
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+16
| | | | llvm-svn: 110828
* [util.smartptr.hash]Howard Hinnant2010-06-031-10/+1
| | | | llvm-svn: 105393
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+1850
llvm-svn: 103490
OpenPOWER on IntegriCloud