gcc/libstdc++-v3/include/std
Rüdiger Sonderfeld 0de0b10caa re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5))
2014-12-22  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>

	PR libstdc++/54354
	* include/std/iomanip (_Get_time): New struct.
	(get_time): New manipulator.
	(operator<<): New overloaded function.
	* testsuite/27_io/manipulators/extended/get_time/char/1.cc: New.
	* testsuite/27_io/manipulators/extended/get_time/char/2.cc: New.
	* testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc: New.
	* testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: New.

From-SVN: r219013
2014-12-22 13:45:52 +00:00
..
algorithm
array
atomic atomic_base.h: Avoid including <stdbool.h>. 2014-10-24 12:54:43 +00:00
bitset
chrono
complex complex (complex::real, [...]): Add const. 2014-10-15 14:20:12 +01:00
condition_variable Define *_at_thread_exit() functions. 2014-12-02 01:51:25 +00:00
deque
forward_list
fstream
functional re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __EXCEPTIONS to determine whether exceptions are available) 2014-12-12 15:58:49 +00:00
future future (__future_base::_Setter::operator(), [...]): Make call operators const. 2014-12-10 00:39:37 +00:00
iomanip re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)) 2014-12-22 13:45:52 +00:00
ios
iosfwd New std::string implementation. 2014-12-19 18:16:39 +00:00
iostream
istream
iterator
limits limits: Remove stray semicolon. 2014-10-15 12:03:20 +00:00
list
locale
map
memory std::shared_ptr atomic operations 2014-11-12 23:55:11 +00:00
mutex
numeric
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets) 2014-12-09 11:03:57 +00:00
sstream New std::string implementation. 2014-12-19 18:16:39 +00:00
stack
stdexcept re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p') 2014-12-21 15:16:08 +00:00
streambuf
string
system_error New std::string implementation. 2014-12-19 18:16:39 +00:00
thread
tuple stl_iterator.h (make_reverse_iterator): LWG DR 2285. 2014-12-12 13:35:55 +00:00
type_traits Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
typeindex
unordered_map
unordered_set
utility
valarray
vector