bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.66k stars 466 forks source link

Fix typo in code sample #309

Closed strager closed 7 months ago

strager commented 10 months ago

ResolvedTrace::SourceLoc::line has type 'unsigned', not 'size_t'. Same with ...::col. Fix the documentation to match the production code.