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 authored and abdosi committed Oct 11, 2021
1 parent acdb033 commit ce8b1af
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 @@ -2718,7 +2718,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 ce8b1af

Please sign in to comment.