mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #14719 from alalek:update_protobuf_3.5.2
This commit is contained in:
commit
fa96507fe7
4
3rdparty/protobuf/README.md
vendored
4
3rdparty/protobuf/README.md
vendored
@ -1,3 +1,3 @@
|
|||||||
Project: Protocol Buffers - Google's data interchange format
|
Project: Protocol Buffers - Google's data interchange format
|
||||||
Source code: https://github.com/google/protobuf
|
Source code: https://github.com/protocolbuffers/protobuf
|
||||||
Version: 3.5.1
|
Version: 3.5.2
|
||||||
|
@ -91,7 +91,7 @@ struct CharTraits<wchar_t> {
|
|||||||
|
|
||||||
template <typename char_type>
|
template <typename char_type>
|
||||||
bool null_or_empty(const char_type* s) {
|
bool null_or_empty(const char_type* s) {
|
||||||
return s == nullptr || *s == 0;
|
return s == NULL || *s == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns true if the path starts with a drive letter, e.g. "c:".
|
// Returns true if the path starts with a drive letter, e.g. "c:".
|
||||||
|
Loading…
Reference in New Issue
Block a user