
I am a bit surprised that this compiles:
vector

Jean-Louis Leroy wrote:
I am a bit surprised that this compiles:
vector
v2; vector<char> v1(v2); v1 = v2; Well, there is no static check on the size of both fusion::vector. v2 = v1 should not compile tough
-- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35

Jean-Louis Leroy wrote:
joel wrote:
Jean-Louis Leroy wrote:
I am a bit surprised that this compiles:
vector
v2; vector<char> v1(v2); v1 = v2; Well, there is no static check on the size of both fusion::vector. v2 = v1 should not compile tough Info: I use msvc9 express.
Clearly a bug. Please file a bug report. Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net http://www.facebook.com/djowel Meet me at BoostCon http://www.boostcon.com/home http://www.facebook.com/boostcon
participants (3)
-
Jean-Louis Leroy
-
joel
-
Joel de Guzman