Closed dmeehan1968 closed 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.
Fixed in a37329fddcdc13b375936b257ce960dfebff7cd0
Attempting a compile on VS2013 yields problems with constructor inheritance which is not implemented in VS2013.
Declarations such as:
Are not legal. A standard constructor will be needed that calls the base class constructor.