]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/libc-libcxx/include/c++/math.h
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / libc-libcxx / include / c++ / math.h
1 #include_next <math.h>
2 template<typename T> T abs(T t) { return (t < 0) ? -t : t; }