Merge pull request #5388 from alalek:disable_invalid_string_usage
This commit is contained in:
@@ -576,6 +576,8 @@ private:
|
|||||||
|
|
||||||
char* allocate(size_t len); // len without trailing 0
|
char* allocate(size_t len); // len without trailing 0
|
||||||
void deallocate();
|
void deallocate();
|
||||||
|
|
||||||
|
String(int); // disabled and invalid. Catch invalid usages like, commandLineParser.has(0) problem
|
||||||
};
|
};
|
||||||
|
|
||||||
//! @} core_basic
|
//! @} core_basic
|
||||||
|
Reference in New Issue
Block a user