Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
A Special Note for Boost 1.52.0 and Higher - how this affects me?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adam Romanek  
View profile  
 More options Nov 14 2012, 2:44 am
From: Adam Romanek <romanek.a...@gmail.com>
Date: Wed, 14 Nov 2012 08:29:46 +0100
Local: Wed, Nov 14 2012 2:29 am
Subject: [Boost-users] A Special Note for Boost 1.52.0 and Higher - how this affects me?
Hi,

I've just read the Special Note for Boost 1.52.0 and Higher. I must say
that I don't fully understand what's going on and how this affects me.

I'm using some of Boost's libraries with gcc on Ubuntu. Most often it's
gcc 4.4.3, sometimes 4.6.3 but without C++0x mode.

Does the change in boost::result_of affect me in any way? Can it make my
code fail to compile or make it behave in a different way than before?

I just don't understand whether a switch from Boost 1.51.0 to 1.52.0 may
do any harm to my code.

WBR,
Adam Romanek
_______________________________________________
Boost-users mailing list
Boost-us...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mathias Gaunard  
View profile  
 More options Nov 14 2012, 3:36 am
From: Mathias Gaunard <mathias.gaun...@ens-lyon.org>
Date: Wed, 14 Nov 2012 09:35:01 +0100
Local: Wed, Nov 14 2012 3:35 am
Subject: Re: [Boost-users] A Special Note for Boost 1.52.0 and Higher - how this affects me?
On 14/11/12 08:29, Adam Romanek wrote:

> Does the change in boost::result_of affect me in any way? Can it make my
> code fail to compile or make it behave in a different way than before?

Yes.

> I just don't understand whether a switch from Boost 1.51.0 to 1.52.0 may
> do any harm to my code.

If your code is well-written, it shouldn't.

_______________________________________________
Boost-users mailing list
Boost-us...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Niebler  
View profile  
 More options Nov 15 2012, 2:36 pm
From: Eric Niebler <e...@boostpro.com>
Date: Thu, 15 Nov 2012 11:35:14 -0800
Local: Thurs, Nov 15 2012 2:35 pm
Subject: Re: [Boost-users] A Special Note for Boost 1.52.0 and Higher - how this affects me?
On 11/13/2012 11:29 PM, Adam Romanek wrote:

> Hi,

> I've just read the Special Note for Boost 1.52.0 and Higher. I must say
> that I don't fully understand what's going on and how this affects me.

The note tells you where to go if you want to learn more:

http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of

> I'm using some of Boost's libraries with gcc on Ubuntu. Most often it's
> gcc 4.4.3, sometimes 4.6.3 but without C++0x mode.

> Does the change in boost::result_of affect me in any way? Can it make my
> code fail to compile or make it behave in a different way than before?

Only you can answer that. You must read the docs for result_of and
consider your code's usage of result_of.

> I just don't understand whether a switch from Boost 1.51.0 to 1.52.0 may
> do any harm to my code.

Your code can potentially stop compiling until you fix the invalid
usages of result_of. The docs tell you under what circumstances this can
happen, and what to do to fix it.

--
Eric Niebler
BoostPro Computing
http://www.boostpro.com
_______________________________________________
Boost-users mailing list
Boost-us...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »