Jonathan
Results
2
issues of
Jonathan
std::search is much better and does precisely what you're looking for. this is in the 3_async folder, BufferedAsyncSerial.cpp file. ``` std::vector::iterator BufferedAsyncSerial::findStringInVector( std::vector& v,const std::string& s) { if(s.size() == 0)...
### Description / Steps to reproduce the issue g++ -std=c++23 -fmodules-ts -x c++-system-header format When building this module, it errors out with multiple null redefinitions. null redefinitions ### Expected behavior...
bug