zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
323 stars 217 forks source link

C++ build fixes #207

Closed externl closed 3 months ago

externl commented 3 months ago

This PR is the first step in getting the demos working again. Right now it just fixes the C++ builds. There's still optimizations to be made (using string_view, reducing optional usage, etc) in follow-up PRs.