-
- Downloads
[test][typetraits][warnings] Split the test for deprecated functionality in...
[test][typetraits][warnings] Split the test for deprecated functionality in typetraits.hh into its own testcase. That way I can simply disable deprecation warnings there. There was a mechanism with apparently similar goal involving the define DISABLE_DEPRECATED_METHOD_CHECKS. However, I could not figure out how that was intended to work, the only occurances of DISABLE_DEPRECATED_METHOD_CHECKS were in typetraitstest.hh. Probably you were supposed to set that define by hand in your CPPFLAGS, which I consider unacceptable.
Showing
- dune/common/test/.gitignore 1 addition, 0 deletionsdune/common/test/.gitignore
- dune/common/test/CMakeLists.txt 2 additions, 0 deletionsdune/common/test/CMakeLists.txt
- dune/common/test/Makefile.am 3 additions, 0 deletionsdune/common/test/Makefile.am
- dune/common/test/typetraitstest.cc 0 additions, 13 deletionsdune/common/test/typetraitstest.cc
- dune/common/test/typetraitstest_deprecated.cc 37 additions, 0 deletionsdune/common/test/typetraitstest_deprecated.cc
Loading
Please register or sign in to comment