j
k
j a
j l
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
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
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. J-L
Back to the thread
Back to the list