gcc/libstdc++-v3/testsuite/26_numerics/gcd
Jonathan Wakely 1c72f460e9 libstdc++: Minor header cleanup in <numeric>
When adding new features to <numeric> I included the required headers
adjacent to the new code. This cleans it up by moving all the includes
to the start of the file.

libstdc++-v3/ChangeLog:

	* include/std/numeric: Move all #include directives to the top
	of the header.
	* testsuite/26_numerics/gcd/gcd_neg.cc: Adjust dg-error line
	numbers.
	* testsuite/26_numerics/lcm/lcm_neg.cc: Likewise.
2020-10-05 22:46:46 +01:00
..
1.cc libstdc++: Optimise GCD algorithms 2020-09-03 12:46:13 +01:00
2.cc libstdc++: Optimise GCD algorithms 2020-09-03 12:46:13 +01:00
92978.cc libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978] 2020-08-28 23:03:28 +01:00
gcd_neg.cc libstdc++: Minor header cleanup in <numeric> 2020-10-05 22:46:46 +01:00