#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
*
|
||||
* !! locked arrays cannot be resized and cannot be unlocked again !!
|
||||
*/
|
||||
#ifndef ARRAY2D_H_
|
||||
#define ARRAY2D_H_
|
||||
#pragma once
|
||||
|
||||
#include <csignal> // for raise()
|
||||
#include <cassert>
|
||||
|
||||
@@ -313,4 +313,3 @@ public:
|
||||
return list[index];
|
||||
}
|
||||
};
|
||||
#endif /* array2D_H_ */
|
||||
|
Reference in New Issue
Block a user