diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-03-31 14:23:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-03-31 14:23:55 +0000 |
commit | db45c881d98f2288aa26960e5eae6070f792b82a (patch) | |
tree | 21c3a259c7dcb9312d12acfaef2e76fd910d4de1 /src/util.cpp | |
parent | 85315f2cc85a0c44055cd94c1b7de8cfe11b46e1 (diff) | |
download | libbu++-db45c881d98f2288aa26960e5eae6070f792b82a.tar.gz libbu++-db45c881d98f2288aa26960e5eae6070f792b82a.tar.bz2 libbu++-db45c881d98f2288aa26960e5eae6070f792b82a.tar.xz libbu++-db45c881d98f2288aa26960e5eae6070f792b82a.zip |
Removed the bool cast operator from FBasicString. It turns out it was causing
way, way, way more problems than it solved. A number of libbu++ tests were
inacurate because of it, there were problems in several other programs, and
there may be more that have problems we haven't found yet because of this.
This will most likely cause complitaion errors, especially in places we didn't
expect, where strings were being stored into or passed as integers and the like.
In cases where you were just testing a string, just call the "isSet()" function,
which is functionally equivellent to the old bool cast operator.
Diffstat (limited to 'src/util.cpp')
0 files changed, 0 insertions, 0 deletions