Philipp A. Hartmann 9b3969d0e1 GenericValue: fixup bool constructor
With the new string handling API, the constructor taking a `bool`
parameter matches in some unwanted cases, as pointers can be casted
to `bool` implicitly.

Add a SFINAE helper to this constructor to avoid matching arbitrary
pointers.  To avoid confusion for the user, this mechanism is hidden
from the Doxygen documentation.
2014-07-08 20:41:59 +02:00
..
2014-07-08 20:41:59 +02:00
2014-07-04 17:25:33 +08:00
2011-11-18 17:01:23 +00:00
2014-06-30 18:26:46 +08:00