Skip to content

Commit f6b91cf

Browse files
Adopt @ldionne's clarification for comments
Co-authored-by: Louis Dionne <[email protected]>
1 parent 602372d commit f6b91cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/test/libcxx/numerics/complex.number/cmplx.over.pow.pass.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
// Test that these additional overloads are free from catching std::complex<non-floating-point>,
1616
// which is expected by several 3rd party libraries, see https://github.com/llvm/llvm-project/issues/109858.
17-
17+
//
18+
// Note that we reserve the right to break this in the future if we have a reason to, but for the time being,
19+
// make sure we don't break this property unintentionally.
1820
#include <cassert>
1921
#include <cmath>
2022
#include <complex>

0 commit comments

Comments
 (0)