On 6/25/2014 12:12 PM, Daniel James wrote:
On 25 June 2014 15:51, Edward Diener
wrote: If I test against the 'master' branch of parameter these errors do not occur. If I run the tests using gcc these errors do not occur. I believe changes that were made to the 'develop' branch of parameter are causing these errors.
Furthermore I do not see these errors in the 'develop'regression tests for parameter, so i am puzzled. Any help would be appreciated.
The failing tests are the "literate" tests, which are only on the develop branch, and aren't included in the main test run. My guess is that Visual C++ doesn't like '#line' appearing in the middle of a macro call in 'test/literate/handling-out-parameters0.cpp'.
Thanks for pointing out to me what is happening.