Skip to content

Conditionalize uses of C99 restrict keyword

Simon McVittie requested to merge wip/smcv/issue114 into master
  • Conditionalize uses of C99 restrict keyword

    This is part of C99, but not part of Standard C++, so it can't be used unconditionally if the sysprof headers might get included into C++ code.

    Resolves: #114 (closed)

  • Add test-cases that include sysprof headers into C++ code

    Reproduces: #114 (closed)

Merge request reports