diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:49:27 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:49:27 +0000 |
commit | 91af9048b26b02b82b4eee637dabb6c81e275905 (patch) | |
tree | dbca05db39f7b46d73d3b548672526a9faa2d660 /libcxx/test/std/experimental/numeric/numeric.ops.overview | |
parent | 7ae53e8c707dae10f2fa3ec966572e438b1a907c (diff) | |
download | bcm5719-llvm-91af9048b26b02b82b4eee637dabb6c81e275905.tar.gz bcm5719-llvm-91af9048b26b02b82b4eee637dabb6c81e275905.zip |
Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm.org/TS_deprecation.html
llvm-svn: 323975
Diffstat (limited to 'libcxx/test/std/experimental/numeric/numeric.ops.overview')
-rw-r--r-- | libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp b/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp deleted file mode 100644 index 7b2527f22bf..00000000000 --- a/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp +++ /dev/null @@ -1,15 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// UNSUPPORTED: c++98, c++03, c++11 -// <numeric> - -#include <experimental/numeric> - -int main () {} |