gcc/libstdc++-v3/doc/html
Jonathan Wakely 606dda21c8 Define std::gcd and std::lcm for C++17
* doc/xml/manual/status_cxx2017.xml: Update gcd/lcm status.
	* doc/html/*: Regenerate.
	* include/experimental/numeric (__abs): Move to <numeric>.
	(gcd, lcm): Use __detail::gcd and __detail::lcm.
	* include/std/numeric (__detail::__abs_integral)
	(__detail::__gcd, __detail::__lcm): Define.
	(gcd, lcm): Define for C++17.
	* testsuite/26_numerics/gcd/1.cc: New test.
	* testsuite/26_numerics/lcm/1.cc: New test.
	* testsuite/experimental/numeric/gcd.cc: Swap contents with ...
	* testsuite/experimental/numeric/lcd.cc: ... this.

From-SVN: r240723
2016-10-03 18:01:10 +01:00
..
ext
images
manual Define std::gcd and std::lcm for C++17 2016-10-03 18:01:10 +01:00
api.html Update links to libstdc++ Doxygen pages 2016-08-22 17:47:39 +01:00
bk02.html
bk03.html
faq.html Expand libstdc++ docs on testing 2016-08-18 14:47:42 +01:00
index.html Expand libstdc++ docs on testing 2016-08-18 14:47:42 +01:00
README

The HTML documentation in this folder is generated from the XML sources.

To change or edit, please edit the XML sources in the ../xml directory.