mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fix cpp lint error
This commit is contained in:
parent
5990417ede
commit
02439b57d8
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user