summaryrefslogtreecommitdiff
path: root/5d/47fc7d5300cf4dee2f6893ddf39830594998ad
blob: 305071aacc18393315d2735579be63287186b42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <jgarzik@exmulti.com>) id 1QwJF9-0002ST-9V
	for bitcoin-development@lists.sourceforge.net;
	Wed, 24 Aug 2011 19:36:07 +0000
X-ACL-Warn: 
Received: from mail-gw0-f47.google.com ([74.125.83.47])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128)
	(Exim 4.76) id 1QwJF7-000759-01
	for bitcoin-development@lists.sourceforge.net;
	Wed, 24 Aug 2011 19:36:07 +0000
Received: by gwb11 with SMTP id 11so1434603gwb.34
	for <bitcoin-development@lists.sourceforge.net>;
	Wed, 24 Aug 2011 12:35:59 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.42.156.132 with SMTP id z4mr4850803icw.160.1314214161014; Wed,
	24 Aug 2011 12:29:21 -0700 (PDT)
Received: by 10.43.50.200 with HTTP; Wed, 24 Aug 2011 12:29:20 -0700 (PDT)
X-Originating-IP: [99.43.178.25]
In-Reply-To: <201108241521.04686.luke@dashjr.org>
References: <201108191248.36093.luke@dashjr.org>
	<CA+8xBpefktyYduS8LN1Ai++Y3OaYf_Torvid8=A-x05LB992QQ@mail.gmail.com>
	<201108241521.04686.luke@dashjr.org>
Date: Wed, 24 Aug 2011 15:29:20 -0400
Message-ID: <CA+8xBpf1Xxe4b8xQFvSKZS2Dz=3qUOuvn3X1vrSLW_Wmr_UAMw@mail.gmail.com>
From: Jeff Garzik <jgarzik@exmulti.com>
To: Luke-Jr <luke@dashjr.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1QwJF7-000759-01
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] [PATCH] Boost filesystem v3 support
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Wed, 24 Aug 2011 19:36:07 -0000

On Wed, Aug 24, 2011 at 3:21 PM, Luke-Jr <luke@dashjr.org> wrote:
> On Wednesday, August 24, 2011 3:19:08 PM Jeff Garzik wrote:
>> On Fri, Aug 19, 2011 at 12:48 PM, Luke-Jr <luke@dashjr.org> wrote:
>> > This patch conditionally adapts the one line needed to support boost
>> > filesystem version 3 (default in Boost 1.46+ and required for 1.48+)
>> >
>> > I have tested it with Boost 1.41.0 to verify it still works on these
>> > older versions too.
>>
>> Your change appears to be technically correct. =A0It is disappointing
>> for #ifdefs to crap up the code, though...
>
> It's only one line, and can be removed when the old APIs are sufficiently
> removed.

Yeah, I think it is fair to apply.  Just saying... a nicer version
would be... nice.  Most projects work a bit to hide this stuff in
headers, so that the actual code is a bit clean.

Now, this is a general guideline, not a hard rule.  We have plenty of
#ifdef windows code already, for example.

--=20
Jeff Garzik
exMULTI, Inc.
jgarzik@exmulti.com