On Sun, Jan 9, 2011 at 2:28 AM, misham <[email protected]> wrote:

> src/objects-inl.h:2873: error: invalid application of 'sizeof' to
> incomplete type 'StaticAssertion<false>'
>

StaticAssertion<false> does not appear to be defined anywhere. This might be
intentional, and is probably a sign that your build triggered a static
assertion set up by the v8 developers.

step...@ludo:~/src/google/v8/src$ grep 'StaticAssertion<' *
checks.h:template <> class StaticAssertion<true> { };
checks.h:
 StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>(test)>)> \
step...@ludo:~/src/google/v8/src$ cd ../include/
step...@ludo:~/src/google/v8/include$ grep 'StaticAssertion<' *

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to