adobe / svg-native-viewer

SVG Native viewer is a library that parses and renders SVG Native documents
Apache License 2.0
155 stars 37 forks source link

Cxx 17 compatible #190

Closed dirkschulze closed 10 months ago

dirkschulze commented 11 months ago

Make code compatible to C++17 using std::variant

Description

C++17 introduces std::variant. Make the code compatible to C++17 and above.

Screenshots (if appropriate):

Types of changes

Checklist:

dirkschulze commented 11 months ago

CC @sduwenho

dirkschulze commented 10 months ago

Closing in favor for #194