[move] error: duplicate 'inline'

Le 16/01/12 20:48, Beman Dawes a écrit :
On Mon, Jan 16, 2012 at 1:38 PM, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
Le 16/01/12 19:30, Vicente J. Botet Escriba a écrit :
Hi there is a minor Bug on trunk regression test for Boost.Move and all the libraries using it.
Test output: Sandia-darwin-4.4_0x - move - back_move_inserter / darwin-4.4_0x Rev 76539 / Mon, 16 Jan 2012 11:49:32 +0000 Report Time: Mon, 16 Jan 2012 16:05:03 +0000 Compile [2012-01-16 12:32:57 UTC]: fail
"/opt/local/bin/g++-mp-4.4" -ftemplate-depth-128 -std=gnu++0x -O0 -fno-inline -Wall -g -gdwarf-2 -fexceptions -DBOOST_ALL_NO_LIB=1 -I".." -c -o "/Volumes/scratch/kbelco/boost/results/boost/bin.v2/libs/move/test/back_move_inserter.test/darwin-4.4_0x/debug/link-static/back_move_inserter.o" "../libs/move/test/back_move_inserter.cpp"
In file included from ../libs/move/test/back_move_inserter.cpp:11: ../boost/move/move.hpp:486: error: duplicate 'inline' ../boost/move/move.hpp:522: error: duplicate 'inline'
Could this be fixed quickly?
It seems that the problem has been merged to the release branch also. Shouldn't this be posted on the main list? Maintainers don't necessarily read the testing list.
Ion, could you analyze this blocking issue? Vicente

Ion Gaztañaga wrote
Ion, could you analyze this blocking issue?
I think I've fixed it.
Thanks, Vicente -- View this message in context: http://boost.2283326.n4.nabble.com/move-error-duplicate-inline-tp4301442p430... Sent from the Boost - Dev mailing list archive at Nabble.com.

Hi, On 16-1-2012 22:25, Ion Gaztañaga wrote:
Ion, could you analyze this blocking issue?
I think I've fixed it.
I happened to look at the most recent changes and I noticed that some duplicate 'inline' have been removed indeed, but also 2 single 'inline' occurences (line 480 and line 517). That might be unintentionally. Regards, Barend
participants (4)
-
Barend Gehrels
-
Ion Gaztañaga
-
Vicente Botet
-
Vicente J. Botet Escriba