This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
ghost@zigzag:/tmp$ g++-3.2 -I ~/Work/boost static_assert.cpp static_assert.cpp: In function `int main()': static_assert.cpp:6: `sizeof' applied to incomplete type ` boost::STATIC_ASSERTION_FAILURE<false>'
ghost@zigzag:/tmp$ g++-3.3 -I ~/Work/boost static_assert.cpp static_assert.cpp: In function `int main()': static_assert.cpp:6: error: invalid application of `sizeof' to an incomplete type
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |