catch2/include/external
yuboxie 8c38bd9d68 Fix warning: conversion from 'int' to 'char', possible loss of data.
Root cause:
The return type of ::tolower is int. So when we use ::tolower in
std::transform(), it will generate this warning. If user turns on "treat
warning as error", Catch build will fail due to this warning.
2016-04-20 03:06:00 -07:00
..
clara.h Fix warning: conversion from 'int' to 'char', possible loss of data. 2016-04-20 03:06:00 -07:00
tbc_text_format.h New version of Clara 2014-03-17 18:40:58 +00:00