jbcoe / propagate_const

A const-propagating member-pointer-wrapper for the C++ standard library
MIT License
20 stars 8 forks source link

catch test #9

Closed philipcraig closed 6 years ago

philipcraig commented 6 years ago

Not sure if this issue should be against catch or against this project. Let me know if you think it should be against catch.

To build test_propagate_const.cpp on Visual Studio 2015, I had to add #include <cassert> at the beginning.

jbcoe commented 6 years ago

Feels like a catch bug to me.

philipcraig commented 6 years ago

Raised at https://github.com/catchorg/Catch2/issues/1249