mirror of git://gcc.gnu.org/git/gcc.git
* doc/xml/manual/intro.xml: Document LWG 2192 changes. * doc/html/*: Regenerate. * include/Makefile.am: Add bits/std_abs.h. * include/Makefile.in: Regenerate. * include/bits/std_abs.h: New header defining all required overloads of std::abs in one place (LWG 2294). * include/c_global/cmath (abs(double), abs(float), abs(long double)): Move to bits/std_abs.h. (abs<_Tp>(_Tp)): Remove. * include/c_global/cstdlib (abs(long), abs(long long), abs(__int<N>)): Move to bits/std_abs.h. * testsuite/26_numerics/headers/cmath/dr2192.cc: New test. * testsuite/26_numerics/headers/cmath/dr2192_neg.cc: New test. * testsuite/26_numerics/headers/cstdlib/dr2192.cc: New test. * testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc: New test. From-SVN: r240660 |
||
|---|---|---|
| .. | ||
| 14608.cc | ||
| 19322.cc | ||
| 25913.cc | ||
| 37582.cc | ||
| 48891.cc | ||
| 51083.cc | ||
| 53503.cc | ||
| 60401.cc | ||
| 60637.cc | ||
| c99_classification_macros_c++11.cc | ||
| c99_classification_macros_c++98.cc | ||
| c99_classification_macros_c.cc | ||
| c_math.cc | ||
| c_math_dynamic.cc | ||
| dr550.cc | ||
| dr2192.cc | ||
| dr2192_neg.cc | ||
| fabs_inline.cc | ||
| functions_std.cc | ||
| functions_std_c++17.cc | ||
| hypot.cc | ||
| macros.cc | ||
| overloads.cc | ||
| overloads_c++0x_neg.cc | ||
| powi.cc | ||
| types_std_c++0x.cc | ||
| types_std_c++0x_neg.cc | ||