File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
applibs/Scheduler/Selector Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4646 * node id. stupid but working order.
4747 *
4848 */
49- class RLPriorityNodeId :
50- public std::binary_function<MoveNode*, MoveNode*, bool > {
49+ class RLPriorityNodeId {
5150public:
5251 /* *
5352 * Compares two nodes according to their priority in the ready list.
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2002-2009 Tampere University.
2+ Copyright (c) 2002-2025 Tampere University.
33
44 This file is part of TTA-Based Codesign Environment (TCE).
55
2626 *
2727 * Declaration of ReadyMoveNodeGroupList class.
2828 *
29- * @author Pekka Jääskeläinen 2007 (pjaaskel-no.spam-cs.tut.fi)
29+ * @author Pekka Jääskeläinen 2007,2025 (pjaaskel-no.spam-cs.tut.fi)
3030 * @note rating: red
3131 */
3232
4545 * distance from farthest sink node.
4646 *
4747 */
48- class RLPriorityCriticalPath :
49- public std::binary_function<MoveNode*, MoveNode*, bool > {
48+ class RLPriorityCriticalPath {
5049public:
5150 /* *
5251 * Compares two nodes according to their priority in the ready list.
@@ -84,8 +83,7 @@ public:
8483 * distance from farthest source node. Futher away from source the better.
8584 *
8685 */
87- class RLBUPriorityCriticalPath :
88- public std::binary_function<MoveNode*, MoveNode*, bool > {
86+ class RLBUPriorityCriticalPath {
8987public:
9088 /* *
9189 * Compares two nodes according to their priority in the ready list.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ namespace boost {
6666
6767#include " CompilerWarnings.hh"
6868IGNORE_CLANG_WARNING (" -Wunused-local-typedef" )
69+ IGNORE_COMPILER_WARNING(" -Wmaybe-uninitialized" )
6970#include < boost/config.hpp>
7071#include < boost/graph/adjacency_list.hpp>
7172#include < boost/graph/subgraph.hpp>
You can’t perform that action at this time.
0 commit comments