Skip to content

Commit

Permalink
const initializer_list is not a constant expression (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Apr 8, 2020
1 parent 1ae9036 commit 58627af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,7 @@ void PortsOrch::doLagMemberTask(Consumer &consumer)

void PortsOrch::doTask()
{
constexpr auto tableOrder = {
auto tableOrder = {
APP_PORT_TABLE_NAME,
APP_LAG_TABLE_NAME,
APP_LAG_MEMBER_TABLE_NAME,
Expand Down

0 comments on commit 58627af

Please sign in to comment.