From b0153e0f57d2d520d70cfc04a5c8e8b6300a0f25 Mon Sep 17 00:00:00 2001 From: MyskYko Date: Wed, 12 Feb 2025 05:02:39 -0800 Subject: [PATCH] fix template --- src/opt/rrr/rrrAndNetwork.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/opt/rrr/rrrAndNetwork.h b/src/opt/rrr/rrrAndNetwork.h index 9643c474d..f4f6028d1 100644 --- a/src/opt/rrr/rrrAndNetwork.h +++ b/src/opt/rrr/rrrAndNetwork.h @@ -118,10 +118,10 @@ namespace rrr { void ForEachTfo(int id, bool fPos, std::function const &func); void ForEachTfoReverse(int id, bool fPos, std::function const &func); void ForEachTfoUpdate(int id, bool fPos, std::function const &func); - template