Added support for explicit c++ keyword
This is c++11 so I added a check in configure. However, I did not find any compiler not supporting it so I could no properly test it. Anyway, this should allow adding "explicit" in front of many constructors that otherwise could be interpreted as conversion operators
Loading
Please sign in to comment