jzmaddock

Results 158 comments of jzmaddock

I'm curious to know why you think injecting typeinfo into the namespace in which it really should be defined anyway is such a bad idea? Though we should certainly restrict...

You're correct: that's supposed to detect old MSVC versions, checking for `defined(BOOST_MSVC)` should do the trick also?

I think I agree about closing this one: * The answer to the original question is "no". * While I suspect that some unnecessary cycles may be used by breadth/depth...

Maybe, but what do you want me to do?

>Just reopen this issue. Ah OK, that I can do ;) BTW with regard to adding this to the BGL - it would be quite a large addition - more...

@anadon : I've just filed a bunch of bug reports against examples that appear broken, and that I don't have time to debug/fix. Would you be able to take a...

>I'm not sure exactly what the interface should be. Is there any documentation? Ugh, I suspect not - it's an example for boost/pending/bucket_sorter.hpp which is really an undocumented detail (albeit...

Current develop and master are passing that test with msvc-14.2. Are you still seeing this?

> Right now the interface to labeled_graph is undocumented. If we make a sane example, we should document the class we are demonstrating. Do we want to document it? Oh...