mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Fix cpp lint error
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
|
||||
/// Complement of 0 is a max integer.
|
||||
#define MAX_SIZE ~0ULL
|
||||
constexpr size_t MAX_SIZE = ~0ULL;
|
||||
/**
|
||||
* @brief Matrix class.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user