felixhao28 / JSCPP

A simple C++ interpreter written in JavaScript

Home Page:https://felixhao28.github.io/JSCPP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code without "std::" still works even without "using namespace std"

GDT-Studio opened this issue · comments

Keywords using the standard library must start with a "std::" in C++, but when i did this in JSCPP it gave me an error, when i removed it i realized std:: isn't required nor optional even.

Is there a way to fix this?
Also, this library is old, so I'm not expecting a reply.