mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
7 lines
78 B
C++
7 lines
78 B
C++
// BAD: this should have a header guard
|
|
|
|
namespace std
|
|
{
|
|
using ::tolower;
|
|
};
|