aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/boost_concept_check.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-02-02libstdc++: Fix link failure in _OutputIteratorConceptJonathan Wakely1-1/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-01libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>Jonathan Wakely1-16/+42
2021-09-28libstdc++: Fix concept checks for iteratorsJonathan Wakely1-10/+71
2021-09-28libstdc++: Fix _OutputIteratorConcept checks in algorithmsJonathan Wakely1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-27libstdc++: Make _GLIBCXX_CONCEPT_CHECKS more constexpr-friendlyJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+2
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-2/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2007-10-09boost_concept_check.h (*AssociativeContainerConcept): Remove, unused.Paolo Carlini1-142/+1
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik1-2/+2
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-4/+5
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2004-09-23boost_concept_check.h (struct _SequenceConcept): Remove wrong requirement, i....Paolo Carlini1-3/+2
2004-06-23re PR libstdc++/16154 (input iterator concept too restrictive)Paolo Carlini1-1/+2
2004-05-17boost_concept_check.h: Fix old attribute syntax.Jonathan Wakely1-10/+10
2004-05-06iterator.h: Add GPL copyright info, with exception clause.Matthias Klose1-0/+26
2004-04-07Fixups for EDG front end.Benjamin Kosnik1-3/+9
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-16/+16
2003-07-21* include/bits/boost_concept_check.h:Doug Gregor1-1/+0
2003-07-14c_locale.h: Include <cstdlib> and <cstring>.Mark Mitchell1-3/+3
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-23/+23
2003-06-23Types _D -> _Diff, _R -> _RefDoug Gregor1-8/+8
2002-06-22stl_map.h, [...]: Reformat and complete doxygenation.Phil Edwards1-0/+2
2002-01-04Makefile.am (std_headers): Remove cXXX from list.Benjamin Kosnik1-1/+1
2002-01-03boost_concept_check.h: Import some changes from upsteam (Boost) version.Phil Edwards1-2/+2
2001-11-02acconfig.h: Update comments.Phil Edwards1-6/+0
2001-11-02c_io_stdio.h: Correct grammar in comments.Phil Edwards1-0/+6
2001-11-01re PR libstdc++/3666 (Invalid concept-checking code.)Phil Edwards1-1/+5
2001-04-14boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member.Martin Reinecke1-1/+1
2001-04-13boost_concept_check.h: Uglify, fork from Boost.Phil Edwards1-615/+623
2001-04-03New concept checking implementation.Phil Edwards1-0/+887