Commit Graph

2 Commits

Author SHA1 Message Date
William S Fulton 525426911c C++11 using declarations for inheriting implicit base templated constructors
Testcase - compiles given previous commit, but needs more work!
2023-07-21 19:28:27 +01:00
William S Fulton 6bcf612c92 C++11 using declarations for inheriting constructors
Support extended to directors.

Go protected constructors fix required for new testcase:
- Emit wrappers if director class is abstract
- If called, errors out with: accessing abstract class or protected constructor
- Now consistent with other target languages
2023-07-15 12:41:12 +01:00