Michael Sherman

Results 400 comments of Michael Sherman

Thanks -- good catch. This should be special-cased in Simbody to behave as a pass-through.

Hi, Neil. I just tried downloading the simbody 3.3.1 zip from [here](https://github.com/simbody/simbody/releases/tag/Simbody-3.3.1) to my Ubuntu 14.04 (64 bit) VM and building it using all the default CMake settings, except I...

The only difference I notice is gcc 4.9.2 in your build vs. gcc 4.8.2 in mine. I wonder if that is causing the difference in behavior. If so, it might...

Hmmm. I see random numbers being used in that test :-(. That is a recipe for flakiness, so it is very possible this is just a flake.

Cool! But how does this prioritize the member function over the free function if both exist?

Oh, wait -- I'm just being slow. I get it. The free function isn't even there if the member function exists!

I'm sure there is a way to get the same idea to work in 4.9 with a little hacking around; I suspect it is just the `void_t` that is causing...

I'm skeptical about adding void_t at all since it will be standardized in C++17 I think. Do we really need it?

That could work. I doubt we need void_t though.