According to your C++11 support status page, C++11 constructor inheritance was added in clang 3.3.
I am using clang 3.3 (trunk 176796), but I get the following: “error: inheriting constructors are not supported”
Was this added in a later version of 3.3? If so, I will need an SA to upgrade the version, but I do not want to bother him if it is not in 3.3 at all.
Thank you.