From f01bd8c0db233594e46f9ed44fad08865610680f Mon Sep 17 00:00:00 2001 From: Aditya Shastri Date: Fri, 25 Mar 2022 10:42:17 -0700 Subject: [PATCH] Purposely cause build failure at PR time Differential Revision: D35148523 fbshipit-source-id: 2d2aaf0a9e7de04bd04457f65363fabf8fd0f84b --- fbpcf/frontend/BitString_impl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fbpcf/frontend/BitString_impl.h b/fbpcf/frontend/BitString_impl.h index 92f362c3..c544d2e1 100644 --- a/fbpcf/frontend/BitString_impl.h +++ b/fbpcf/frontend/BitString_impl.h @@ -133,8 +133,9 @@ BitString::operator&( template template BitString -BitString::operator^( - const BitString& src) const { +BitString:: + BitString::operator^( + const BitString& src) const { if (src.size() != size()) { throw std::runtime_error( "The two BitStrings need to have the same length for bit-wise XOR");