1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

build: fix FTBFS on GCC 6.2

I'm not surprised that GCC 6 doesn't let me send an ostream ref to itself,
even inside an uninstantiated template specialization.  I am a little
surprised I was trying to, and 4.9 let me get away with it.

It's 2016.  auto_ptr is deprecated now.

Some things were including vector that don't any more.

https://github.com/Zygo/bees/issues/1
Dieser Commit ist enthalten in:
Zygo Blaxell
2016-11-24 22:20:11 -05:00
Ursprung 876b76d761
Commit 1303fb9da8
4 geänderte Dateien mit 3 neuen und 11 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -15,7 +15,7 @@
namespace crucible {
using namespace std;
static auto_ptr<set<string>> chatter_names;
static shared_ptr<set<string>> chatter_names;
static const char *SPACETAB = " \t";
static