Files
openfoam/bin
Henry Weller abb4d67134 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'
2016-09-25 18:43:50 +01:00
..
2016-06-25 22:14:25 +01:00
2016-06-25 22:14:25 +01:00
2012-10-27 21:34:09 +01:00
2015-01-11 17:16:48 +00:00
2015-12-11 13:12:19 +00:00