Menu

#39 UnlabeledValueArg visitor

1.4.x
closed-fixed
None
5
2022-05-24
2022-05-13
No

Hello,

I noticed that the caller of UnlabeledValueArg is not executed in its processArg function like it is with ValueArg. I fixed this adding the line:

  this->_checkWithVisitor();

before the return true in the funcion processArg of UnlabeledValueArg

Thanks for reading and for tclap!

Discussion

  • Federico Ciuffardi

    Also happens in version 1.2.5

     
  • Daniel Aarno

    Daniel Aarno - 2022-05-24
    • assigned_to: Daniel Aarno
     
  • Daniel Aarno

    Daniel Aarno - 2022-05-24
    • status: open --> closed-fixed
     

Log in to post a comment.