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");