Skip to content

Header mancante #3

Description

@TeoilMagno

con la vesione più recente di gcc per arch linux (16.1.1) durante l'operazione di clonazione eseguita come:
mkdir -p build && cd build && cmake .. && make && sudo make install
si incontra il seguente errore:
error: aggregate ‘std::stringstream sa’ has incomplete type and cannot be defined
72 | std::stringstream sa, ss;
| ^~
error: aggregate ‘std::stringstream ss’ has incomplete type and cannot be defined
72 | std::stringstream sa, ss;
| ^~

per utillizzare la classe std::stream ora serve includere l''header

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions