[libcxx-commits] [PATCH] D58876: Added implementations of five Mathematical Special Functions added in C++17.

Andre Brand via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 10 13:59:55 PDT 2019


thebrandre updated this revision to Diff 190019.
thebrandre added a comment.

- Fixed compilation error of unit tests with clang (previously only tested with gcc).
- Removed the checks for __STDCPP_WANT_MATH_SPEC_FUNCS__ as specified in ISO/IEC JTC 1/SC 22/WG 21 N3060. The special functions are thus available if and only if C++17 is enabled.
- Adjusted Doxygen style to LLVM Coding Standards (backslash instead of @)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58876/new/

https://reviews.llvm.org/D58876

Files:
  libcxx/include/experimental/__hermite
  libcxx/include/experimental/__laguerre
  libcxx/include/experimental/__legendre
  libcxx/include/experimental/cmath
  libcxx/test/libcxx/experimental/numerics/c.math/assoc_laguerre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/assoc_legendre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/hermite.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/laguerre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/legendre.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58876.190019.patch
Type: text/x-patch
Size: 35747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190310/07c1e692/attachment-0001.bin>


More information about the libcxx-commits mailing list