]> git.tdb.fi Git - libs/core.git/commit - source/lexicalcast.cpp
Fix a problem with MATCH_MASK handling in Regex
authorMikko Rasa <tdb@tdb.fi>
Sun, 8 Mar 2009 15:35:26 +0000 (15:35 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 8 Mar 2009 15:35:26 +0000 (15:35 +0000)
commit7735d609f5ecc2ae924d82c1395f028df9cfabd9
treeadfa660ecb41654feb7944d49545428a9c6ba9ff
parentcc69674bf670178a8076f2ce9740c2e60c4644c9
Fix a problem with MATCH_MASK handling in Regex
Explicitly cast both arguments to pow to the same type so mingw doesn't get confused
source/lexicalcast.cpp
source/regex.cpp