test_moc.sh 215 B

12345678
  1. #! /bin/bash
  2. if ! moc moc_test.h ; then
  3. echo Your moc is too old to support C++17 nested namespaces
  4. echo Source tree will be vivisected so that it can be built...
  5. ./replace_nested_namespaces_in_headers.sh
  6. fi