dmeehan1968 / ZingBDD

Behaviour Driven Development (BDD) Framework for C++11
GNU General Public License v3.0
6 stars 1 forks source link

VS2013 Support #2

Closed dmeehan1968 closed 10 years ago

dmeehan1968 commented 10 years ago

Attempting a compile on VS2013 yields problems with constructor inheritance which is not implemented in VS2013.

Declarations such as:

using Matcher<T>::Matcher

Are not legal. A standard constructor will be needed that calls the base class constructor.

dmeehan1968 commented 10 years ago

Fixed in a37329fddcdc13b375936b257ce960dfebff7cd0