Opened 12 years ago
Last modified 12 years ago
#4612 new Bugs
Boolean type restriction not working
Reported by: | Owned by: | Daniel Wallin | |
---|---|---|---|
Milestone: | To Be Determined | Component: | parameter |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The type restriction isn't being enforced for Boolean variables. A code example can be found in this boost thread.
http://old.nabble.com/-parameter--Weird-behavior-with-bools-td29539068.html
Note:
See TracTickets
for help on using tickets.
I'm guessing that the type is being checked, but no conversion is being done.