mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 10:46:59 +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 (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
|
// with hex and octal we are happy to just make it unsigned
|
||||||
unsigned_ = true;
|
unsigned_ = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user