[Boost-bugs] [ boost-Bugs-1478435 ] boost/crc.hpp used non-standard conforming syntax

Bugs item #1478435, was opened at 2006-04-28 16:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1478435&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mattias Ellert (mattiasellert) Assigned to: Nobody/Anonymous (nobody) Summary: boost/crc.hpp used non-standard conforming syntax Initial Comment: [ellert@ellert ~]$ g++ -pedantic -x c++ /usr/include/boost/crc.hpp /usr/include/boost/crc.hpp:464: error: ISO C++ forbids variable-size array `table_type' [ellert@ellert ~]$ g++ --version g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The header file uses a non-constant expression as the size in an array declaration. This is not valid c++, and the compiler rejects it when using the -pedantic flag. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1478435&group_id=7586 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net