bombela / backward-cpp

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

Fix compilation under Windows with Visual Studio 14 2015 Win64 #217

Closed blacktea closed 3 years ago

blacktea commented 3 years ago

This PR fixes compilation under Windows with Visual Studio 14 2015 Win64. std::back_inserter() method replaces in header file https://en.cppreference.com/w/cpp/iterator/back_inserter. To fix it, the header file is included.