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