summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/functional
Commit message (Expand)AuthorAgeFilesLines
* Remove unused typedefs in std::bind typesredi2016-04-181-2/+0
* Fix construction of std::function from null pointer-to-memberredi2016-01-181-4/+4
* Prevent recursive instantiation in std::functionredi2016-01-121-11/+6
* Update copyright years.jakub2016-01-041-1/+1
* Add inline to std::__invfwdredi2015-12-221-1/+1
* libstdc++/68995 qualify calls to __callable_functorredi2015-12-211-4/+5
* libstdc++/68276 consistently qualify std::forwardredi2015-12-211-9/+14
* Restore accidentally-removed volatile qualifierredi2015-12-151-1/+1
* Remove vestigial traces of std::tr1::bindredi2015-12-151-73/+25
* Fix cv-qualifiers in std::bind invocationredi2015-12-151-4/+4
* Fix std::invoke support for reference_wrappersredi2015-12-111-18/+31
* Implement C++17 std::invoke and LWG DR 2219redi2015-10-251-187/+86
* * include/experimental/tuple (apply): Handle pointers to member (LWGredi2015-05-131-5/+5
* PR libstdc++/65760redi2015-04-291-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* PR libstdc++/64276redi2014-12-121-5/+5
* PR libstdc++/63840redi2014-12-011-1/+1
* Implement resolutions of LWG 2399, 2400 and 2401.redi2014-11-121-1/+1
* Define __void_t and SFINAE-friendly iterator_traits.redi2014-11-111-6/+5
* Make std::mem_fn work with varargs functions.redi2014-11-111-149/+78
* Make reference_wrapper trivially copyable.redi2014-11-041-8/+2
* * include/std/functional (_Bind_simple): Simplify construction.redi2014-11-041-12/+3
* Check number of arguments in bind expressions.redi2014-11-031-0/+25
* Add support for ref-qualified functions to std::mem_fnredi2014-11-031-284/+178
* Use perfect forwarding in std::function invokers.redi2014-10-291-10/+10
* PR libstdc++/61909redi2014-10-091-2/+3
* * include/bits/allocated_ptr.h (__allocated_ptr::operator=): Addredi2014-07-081-3/+3
* * include/std/tuple (__add_c_ref, __add_ref, __add_r_ref): Remove.redi2014-05-141-2/+2
* PR libstdc++/60497redi2014-05-131-7/+7
* * include/std/functional (__is_location_invariant): Use __or_ helper.redi2014-04-161-2/+1
* PR libstdc++/60594redi2014-04-151-2/+9
* Update copyright years in libstdc++-v3/rsandifo2014-01-021-1/+1
* 2013-10-02 Jonathan Wakely <jwakely.gcc@gmail.com>redi2013-10-021-9/+5
* PR libstdc++/57465redi2013-09-271-1/+1
* PR libstdc++/57336redi2013-05-211-1/+1
* 2013-04-04 François Dumont <fdumont@gcc.gnu.org>fdumont2013-04-071-32/+0
* PR libstdc++/55908redi2013-01-081-3/+4
* PR libstdc++/55847redi2013-01-071-1/+3
* * include/std/functional (_Require): Move to ...redi2012-12-201-3/+0
* * include/std/functional (_Mem_fn): Constrain function call operatorsredi2012-11-281-76/+201
* * include/std/functional (__is_socketlike): Change from classredi2012-11-261-8/+2
* PR libstdc++/55463redi2012-11-261-79/+95
* * include/bits/stl_algo.h (reverse_copy): Update comment per DR 2074.redi2012-11-191-0/+2
* PR libstdc++/55320redi2012-11-141-5/+3
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.jason2012-11-101-2/+2
* * include/std/functional (function::function(F)): LWG 2132: Disableredi2012-04-291-14/+26
* * include/std/functional (__callable_functor): Overload forredi2012-04-011-0/+10
* * include/std/functional (mem_fn): Qualify to prevent ADL.redi2012-03-271-6/+6
* 2011-12-06 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-12-061-1/+1
* * include/std/functional (is_placeholder, is_bind_expression): Addredi2011-11-221-7/+62