* include/bits/hashtable_policy.h: Use __bool_constant.
[gcc.git] / libstdc++-v3 / include / experimental /
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-13 Jonathan WakelyPost-Urbana updates to Library Fundamentals v1.
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-11-12 Jonathan Wakelyoptional (_Has_addressof): Check for non-member operator&.
2014-11-04 Jonathan WakelyUse aliases for type traits in C++14 mode.
2014-10-29 Jonathan Wakelyany: Add feature-testing macro.
2014-10-29 Jonathan WakelyAdd <experimental/algorithm> and <experimental/functional>.
2014-10-21 Ville VoutilainenImplement more Library Fundamentals v1 variable templates.
2014-10-17 Ville VoutilainenImplement the Library Fundamentals v1 variable templates.
2014-10-06 Jonathan WakelyMakefile.am: Add new header.
2014-07-25 Ed Smith-Rowlandstring_view: Make the literal operators constexpr like...
2014-07-10 Jonathan Wakelyany (any::_Manager_alloc::_Data): Reorder tuple members...
2014-07-08 Jonathan Wakelyallocated_ptr.h (__allocated_ptr::operator=): Add missi...
2014-06-25 Jonathan WakelyMakefile.am: Add new header.
2014-06-23 Jonathan Wakelyany (any_v1): Rename namespace to fundamentals_v1.
2014-06-14 Jonathan Wakelyany (any_cast): Combine duplicate doxygen comments.
2014-06-14 Jonathan Wakelystatus_cxx2014.xml: Update Fundamentals TS status.
2014-06-01 Jonathan Wakelyre PR libstdc++/61374 (string_view::operator string...
2014-04-25 Lars Gullik Bjønnesre PR libstdc++/60710 (experimental::optional<T> is...
2014-04-15 Jonathan Wakely* include/experimental/string_view: Fix inconsistent...
2014-01-24 Ed Smith-Rowlandre PR libstdc++/59531 (string_view overrun in copy...
2014-01-20 François Dumontcreate_testsuite_files: Add testsuite/experimental...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-21 Edward Smith-Rowlandstring_view: Rep empty string with unit-length static...
2013-11-19 Paolo Carlinistring_view (_S_max_size): Remove.
2013-11-17 Edward Smith-RowlandI forgot the ChangeLog and a comment fix for my last...
2013-11-16 Edward Smith-RowlandChanged reference to Ch21 Strings in comments in experi...
2013-11-16 Edward Smith-RowlandImplement N3762 string_view: a non-owning reference...
2013-11-05 Jonathan Wakelyoptional: Use __and_<> and __not_<> in conditions.
2013-11-01 Michael Bruneenable_special_members.h: New.