The register keyword is deprecated in C++11, so clang complains strongly about...
The register keyword is deprecated in C++11, so clang complains strongly about swig generating register declarations. Abuse the preprocessor to define the keyword away llvm-svn: 223084
Loading
Please sign in to comment