Quicr / numero-uri

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Compiler error on the main #33

Closed suhasHere closed 1 year ago

suhasHere commented 1 year ago

In file included from /Users/snk/work/m10x/numero-uri/cli/src/main.cc:6: /Users/snk/work/m10x/numero-uri/cli/inc/TemplateFileManager.hh:22:19: error: implicit instantiation of undefined template 'std::basic_stringstream' stream->write(buf, count); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk/usr/include/c++/v1/iosfwd:144:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_stringstream; ^ In file included from /Users/snk/work/m10x/numero-uri/cli/src/main.cc:6: /Users/snk/work/m10x/numero-uri/cli/inc/TemplateFileManager.hh:56:27: error: implicit instantiation of undefined template 'std::basic_stringstream' std::stringstream stream; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk/usr/include/c++/v1/iosfwd:144:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_stringstream; ^ /Users/snk/work/m10x/numero-uri/cli/src/main.cc:58:21: error: call

BrettRegnier commented 1 year ago

Fixed this error with this commit