Skip to content

Commit 58627af

Browse files
authored
const initializer_list is not a constant expression (sonic-net#1250)
1 parent 1ae9036 commit 58627af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orchagent/portsorch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ void PortsOrch::doLagMemberTask(Consumer &consumer)
27822782

27832783
void PortsOrch::doTask()
27842784
{
2785-
constexpr auto tableOrder = {
2785+
auto tableOrder = {
27862786
APP_PORT_TABLE_NAME,
27872787
APP_LAG_TABLE_NAME,
27882788
APP_LAG_MEMBER_TABLE_NAME,

0 commit comments

Comments
 (0)