Skip to content

Initialize with parentheses new std::atomic<TIds>

Ethan Stam requested to merge ethan.stam/vtk:xlc-paren-fix into master

@seanm @utkarsh.ayachit

XLC compiler errors with "expression not supported" when using {} in these 3 places. Changing to () fixes the error.

Addresses paraview/paraview#20454 (closed)

Backport: paraview/release

Merge request reports