COMMON: Remove USE_CXX11 checks, it is now always present
This commit is contained in:
parent
e5a60d34cc
commit
c544e5119b
8 changed files with 3 additions and 33 deletions
|
@ -172,11 +172,9 @@ bool String::contains(uint32 x) const {
|
|||
return false;
|
||||
}
|
||||
|
||||
#ifdef USE_CXX11
|
||||
bool String::contains(char32_t x) const {
|
||||
return contains((uint32)x);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef SCUMMVM_UTIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue