Updates for bazel on windows.
This commit is contained in:
10
strmanip.cpp
10
strmanip.cpp
@@ -17,12 +17,18 @@
|
||||
* Free Software Foundation, Inc., *
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
// clang-format off
|
||||
#include "strmanip.h"
|
||||
|
||||
#include <cctype>
|
||||
|
||||
#include "keys.h"
|
||||
|
||||
// clang-format on
|
||||
|
||||
namespace {
|
||||
using std::string;
|
||||
} // End namespace
|
||||
|
||||
bool Truth(std::string str) {
|
||||
if (toupper(str[0]) == 'T' || str[0] == '1')
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user