Remove support for HAVE_CCTK_C_BOOL and HAVE_CCTK_CXX_BOOL

Issue #1788 closed
Erik Schnetter created an issue

Comments (6)

  1. Roland Haas
    • removed comment

    This seems to remove code that was always commented out in the C case: no objections to this. It also removes so support for (old?) C++ compilers that do not support bool types. I really hope all C++ compilers by now support bool types, yet is there a failure that forces us to remove the C++ check (ie does the current behaviour break anything on any machine)? In the case it is decided to tremove this, I would also remove the checks from aclocal.m4 and configure.in not just cctk_Config.h.in.

  2. Erik Schnetter reporter
    • removed comment

    There is no failure. The code is completely unused.

    I now also remove the autoconf macros.

  3. Log in to comment