Commit ec0d75ce by Maarten L. Hekkelman

documenting more

parent 877a64ad
...@@ -188,7 +188,7 @@ struct iless ...@@ -188,7 +188,7 @@ struct iless
} }
}; };
typedef std::set<std::string, iless> iset; using iset = std::set<std::string, iless>;
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// This really makes a difference, having our own tolower routines // This really makes a difference, having our own tolower routines
......
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