[libcxx-commits] [PATCH] D62454: SFINAE on pair/tuple assignment operators 2729

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 25 17:42:08 PDT 2019


EricWF added a comment.

We should already have tests for this.

And you should only write `fail.cpp` tests when there is absolutely no other way to test the behavior.
In this case it can be tested with a passing test and type traits.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D62454





More information about the libcxx-commits mailing list