We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building gpds I get the followinf 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.
Version: 1.6.0 (for version 1.5.0 of QSchematic) Compiler: MSVC OS: Windows 10 Building method: CMake in PowerShell
The text was updated successfully, but these errors were encountered:
b3af8c9
Fixed - Thank you for reporting this!
Sorry, something went wrong.
No branches or pull requests
Building gpds I get the followinf 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.
Version: 1.6.0 (for version 1.5.0 of QSchematic)
Compiler: MSVC
OS: Windows 10
Building method: CMake in PowerShell
The text was updated successfully, but these errors were encountered: