You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
antlr defined Ref in global namespace at runtime/Cpp/runtime/src/antlr4-common.h ,
this definition caused symbol conflict with my internal codebase.
in my opinion, as a library , antrl4-cpp-runtime should not define symbols in global namespace, a better way should be include Ref in namespace like antlrcpp.
The text was updated successfully, but these errors were encountered:
antlr defined
Ref
in global namespace atruntime/Cpp/runtime/src/antlr4-common.h
,this definition caused symbol conflict with my internal codebase.
in my opinion, as a library , antrl4-cpp-runtime should not define symbols in global namespace, a better way should be include
Ref
in namespace like antlrcpp.The text was updated successfully, but these errors were encountered: