Correct placement of value_type

pull/1567/head
Build Agent 5 years ago
parent 86687019f1
commit 43747a2f38

@ -605,7 +605,7 @@ SPDLOG_INLINE std::vector<std::string> get_directory_files(const std::string &di
while ((ent = readdir(dir)) != nullptr)
{
const std::string file_name::value_type* = ent->d_name;
const std::string::value_type* file_name = ent->d_name;
if (file_name[0] == '.')
{

Loading…
Cancel
Save