Solved: 32 - Constexpr and Nullptr
This commit is contained in:
@@ -11,10 +11,6 @@ auto to_index(const Color color) -> int {
|
||||
return -1;
|
||||
}
|
||||
|
||||
auto square(const int value) -> int {
|
||||
return value * value;
|
||||
}
|
||||
|
||||
auto find_null(int* ptr) -> int* {
|
||||
return ptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user