gcc/libstdc++-v3/include/std
Jason Merrill 2b08f2c561 c-common.c (c_common_reswords): Add __is_literal_type.
gcc/c-family/
	* c-common.c (c_common_reswords): Add __is_literal_type.
	* c-common.h (enum rid): Add RID_IS_LITERAL_TYPE.
gcc/cp/
	* cp-tree.h (cp_trait_kind): Add CPTK_IS_LITERAL_TYPE.
	* cxx-pretty-print.c (pp_cxx_trait_expression): Handle it.
	* semantics.c (trait_expr_value, finish_trait_expr): Likewise.
	* parser.c (cp_parser_primary_expression): Handle RID_IS_LITERAL_TYPE.
	(cp_parser_trait_expr): Likewise.
libstdc++-v3/
	* include/std/type_traits (is_literal_type): New.

From-SVN: r166020
2010-10-27 17:43:33 -04:00
..
algorithm
array
atomic
bitset [multiple changes] 2010-10-11 22:32:01 +00:00
chrono
complex cmath (__pow_helper): Remove. 2010-09-27 09:27:05 +00:00
condition_variable
deque
forward_list re PR libstdc++/43554 (profile-mode version of forward_list missing) 2010-10-17 14:49:11 +00:00
fstream re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer) 2010-09-22 19:40:43 +00:00
functional functional (function<>::operator==, operator!=): Remove, per LWG 1240. 2010-10-15 17:14:57 +00:00
future future (_Result_alloc): Derive from _Alloc, exploit the Empty Base Optimization. 2010-10-08 20:30:44 +00:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue refs) 2010-10-08 01:44:12 +01:00
numeric
ostream
queue
random
ratio re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, ratio_divide do not have num and den members.) 2010-10-18 17:28:15 +00:00
regex
set
sstream
stack
stdexcept
streambuf
string
system_error functional_hash.h (__hash_base): Add. 2010-09-22 17:50:36 +00:00
thread re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue refs) 2010-10-08 01:44:12 +01:00
tuple
type_traits c-common.c (c_common_reswords): Add __is_literal_type. 2010-10-27 17:43:33 -04:00
typeindex functional_hash.h (__hash_base): Add. 2010-09-22 17:50:36 +00:00
unordered_map
unordered_set
utility
valarray
vector