mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-10 02:36:54 +08:00
Fix compiler warning found on VS 2008 64bit
This commit is contained in:
parent
afd27a4b01
commit
f1a4c4c427
@ -569,7 +569,7 @@ namespace chaiscript
|
||||
|
||||
if (unsignedrequired && !unsigned_)
|
||||
{
|
||||
if (t_type == std::hex || t_type == std::oct)
|
||||
if (t_type == &std::hex || t_type == &std::oct)
|
||||
{
|
||||
// with hex and octal we are happy to just make it unsigned
|
||||
unsigned_ = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user