simulton / QSchematic

A library that allows creating diagrams such as flowcharts or even proper engineering schematics within a Qt application.
https://simulton.com
MIT License
231 stars 60 forks source link

_deps\gpds-src\lib\include\gpds\utils.hpp(41): error C2039: 'to_string': is not a member of 'std' #51

Closed aboelens closed 9 months ago

aboelens commented 9 months ago

Building version 1.5.0 with MSVC on Windows 10 I get the error message

_deps\gpds-src\lib\include\gpds\utils.hpp(41): error C2039: 'to_string': is not a member of 'std'

Adding "#include " to utils.hpp fixes the issue.

Tectu commented 9 months ago

That appears to be an issue related to GPDS, not QSchematic: https://github.com/simulton/gpds Would be great if you could report it there :)

aboelens commented 9 months ago

Thanks. I’ll report it there.

Tectu commented 9 months ago

See https://github.com/simulton/gpds/issues/15

Thanks for reporting! :)