boostorg / heap

Boost.Heap
https://boost.org/libs/heap
18 stars 39 forks source link

Fix MSVC14 warning spam in tests #1

Closed MarcelRaad closed 10 years ago

MarcelRaad commented 10 years ago

Microsoft Visual C++ 14 has new variable shadowing warnings. The test output is full of "warning C4456: declaration of 'i' hides previous local declaration".