Closed Jxtopher closed 1 week ago
This is functioning as designed. The documentation states that using a value in the constructor with this signature takes an unsigned long, and a conversion from bool is allowed. If you compile with a newer compiler or pedantic settings, it may warn you about it.
Hello,
Consider the following code:
The result I expected:
But the result is
This behavior is it normal ?
On Debian with libboost1.74-dev:amd64.
Thanks in advance