ports/lang/freehdl/patches/patch-v2cc_v2cc-decl_cc

14 lines
235 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
hack for C++11 ambiguity
Index: v2cc/v2cc-decl.cc
--- v2cc/v2cc-decl.cc.orig
+++ v2cc/v2cc-decl.cc
@@ -13,6 +13,7 @@
#include "mapping.h"
#include "v2cc-util.h"
+#define to_string ::to_string
void test (RegionStack &rstack)
{