Displaying 1 result from an estimated 1 matches for "6923f485".
Did you mean:
6023f484
2019 Apr 18
2
[CommandLine] Unable to implement a custom parser -- all marked final
Hi David:
I'd actually like to use a custom parser in a tool I'm developing, parsing
YAML files. The partial fix for my purposes was:
--- a/llvm/include/llvm/Support/CommandLine.h
+++ b/llvm/include/llvm/Support/CommandLine.h
@@ -1044,7 +1044,7 @@ extern template class basic_parser<float>;
//--------------------------------------------------
// parser<std::string>
//