Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 3, 2024
1 parent dd7926a commit 6e8d05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/qpager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class QPager : public QEngine, public std::enable_shared_from_this<QPager> {

real1_f ExpVarBitsAll(bool isExp, const std::vector<bitLenInt>& bits, const bitCapInt& offset = ZERO_BCI);

using QEngine::Copy;
void Copy(QInterfacePtr orig) { Copy(std::dynamic_pointer_cast<QPager>(orig)); }
void Copy(QPagerPtr orig)
{
Expand Down

0 comments on commit 6e8d05d

Please sign in to comment.