Unverified Commit 12710818 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update os-inl.h

parent 8a638a95
...@@ -515,7 +515,7 @@ SPDLOG_INLINE bool create_dir(filename_t path) ...@@ -515,7 +515,7 @@ SPDLOG_INLINE bool create_dir(filename_t path)
// "abc/file" => "abc" // "abc/file" => "abc"
// "abc/" => "abc" // "abc/" => "abc"
// "abc" => "" // "abc" => ""
// "abc///" => "abc" // "abc///" => "abc//"
SPDLOG_INLINE filename_t dir_name(filename_t path) SPDLOG_INLINE filename_t dir_name(filename_t path)
{ {
using char_type = filename_t::value_type; using char_type = filename_t::value_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment