Gentoo Archives: gentoo-dev

From: "Diego Elio Pettenò" <flameeyes@×××××××××.eu>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] C++ TR1 virtuals
Date: Mon, 04 Mar 2013 07:11:14
Message-Id: 513448F2.4040004@flameeyes.eu
1 Hi all.
2
3 Since I'm running the tinderbox for Boost 1.52 on stable, and I was
4 looking into adding sub-slot support to my own packages, I noticed that
5 the three C++ TR1 virtuals are almost completely unused. The only user
6 is wvstreams, and only for one of them (functional).
7
8 I'm talking about:
9
10 virtual/c++-tr1-functional
11 virtual/c++-tr1-memory
12 virtual/c++-tr1-type-traits
13
14 Given that these will have a (bad) GCC dependnecy and a boost dependency
15 on them, should we just drop them?
16
17 Thanks,
18
19 --
20 Diego Elio Pettenò — Flameeyes
21 flameeyes@×××××××××.eu — http://blog.flameeyes.eu/

Replies

Subject Author
Re: [gentoo-dev] C++ TR1 virtuals "Tomáš Chvátal" <tomas.chvatal@×××××.com>