Jonathan Leffler
Results
1
issues of
Jonathan Leffler
Consider the (minimal) source file `redundant.cpp` (yes, just two `#include` lines) ``` #include "boost/shared_ptr.hpp" #include "boost/shared_array.hpp" ``` Consider the shell script that compiles that — where there is a copy...