Skip to content
Snippets Groups Projects
Commit 58787bb1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: avoid ambiguous max() call on MacOS (fixes #3066)

- had max(std::streamsize, label) but this does not resolve properly
  on OSX, so write out in long form instead.

  The similar logic in DynamicList is okay since there it compares
  max(label, label) instead
parent 1d8f0d55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment