Re: [Live-devel] Feature Requests

2013-04-22 Thread Ross Finlayson
>> First a confession. Every update I modify Boolean.hh. The addition of >> || (defined(_MSC_VER) && _MSC_VER >= 1400)// MSVC++ 8.0, Visual >> Studio 2005 and higher >> >> On line 19 some time ago. always breaks my build. > > I made this change in May 2012 because someone noted that "MS

Re: [Live-devel] Feature Requests

2013-04-21 Thread Ross Finlayson
> First a confession. Every update I modify Boolean.hh. The addition of > || (defined(_MSC_VER) && _MSC_VER >= 1400)// MSVC++ 8.0, Visual > Studio 2005 and higher > > On line 19 some time ago. always breaks my build. I made this change in May 2012 because someone noted that "MSVC++ 8.0,

[Live-devel] Feature Requests

2013-04-21 Thread Jeff Shanab
I am more than a few lists and can't remember for sure, but was it this list that asked about possible feature requests after the usage survey? At the time I couldn't think of any, but todays update reminded me of one. First a confession. Every update I modify Boolean.hh. The addition of ||