Skip to content
Snippets Groups Projects
Commit abb4d671 authored by Henry Weller's avatar Henry Weller
Browse files

pre-commit-hook: Added checks for multi-level template parameters and 'NULL'

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2267

   1. Spaced ending of multi-level template parameters are not allowed, such as:

       List<List<scalar> >

     which instead should be:

       List<List<scalar>>

   2. The use of the 'NULL' macro should be replaced by 'nullptr'
parent a2a6fedf
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment