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
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