Skip to content
New issue

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

Add missing include for sstream, required for std::ostringstream #40

Closed
wants to merge 1 commit into from

Conversation

Tobias-Fischer
Copy link
Contributor

Related build failure:

/home/tobias/mambaforge/conda-bld/carlsim6_1711409603953/work/carlsim/kernel/src/snn_cpu_module.cpp: In member function 'void SNN::findWavefrontPath_CPU(std::vector<int>&, std::vector<float>&, int, int, int, int)':
/home/tobias/mambaforge/conda-bld/carlsim6_1711409603953/work/carlsim/kernel/src/snn_cpu_module.cpp:1025:36: error: aggregate 'std::ostringstream string_stream' has incomplete type and cannot be defined
 1025 |                 std::ostringstream string_stream;
      |                                    ^~~~~~~~~~~~~

@larsnm larsnm self-assigned this Mar 29, 2024
@larsnm
Copy link
Collaborator

larsnm commented Mar 29, 2024

Hello Tobias, Thank you very much for your contribution to CARLsim.
We are reviewing your pull request and let you know about any updates.
Kind regards,
Your CARLsim Team

@larsnm
Copy link
Collaborator

larsnm commented Feb 12, 2025

We have resolved the same issue by a slightly different implementation with fixpack4.
Therefore we close this Pullrequest and hank you again for your contribution to CARLsim.
Kind regards,
Your CARLsim Team

@larsnm larsnm closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants