Boost logo

Boost Users :

From: David Brownell (david_brownell_at_[hidden])
Date: 2002-04-04 14:17:53


BOOST_CRC_PARM_TYPE expands to:

typename ::boost::uint_t<Bits>::fast

And the entire crc_optimal declaration is:

template < std::size_t Bits, typename ::boost::uint_t<Bits>::fast
TruncPoly = 0u,
           typename ::boost::uint_t<Bits>::fast InitRem = 0u,
           typename ::boost::uint_t<Bits>::fast FinalXor = 0u, bool
ReflectIn = false,
           bool ReflectRem = false >
    class crc_optimal;

Thanks!

-----Original Message-----
From: Daryle Walker [mailto:darylew_at_[hidden]]
Sent: Thursday, April 04, 2002 10:43 AM
To: Boost Users
Subject: [Boost-Users] Re: Compiling CRC

on 4/3/02 3:54 PM, David Brownell at david_brownell_at_[hidden] wrote:

> Daryle, thanks for your response. The code does work on VC6. Here is

> the crc.hpp related errors I get when I compile with VC7.
[TRUNCATE]

I think the first error means that VC7 is choking on the forward
declaration of crc_optimal. The other errors cascade from that one.
What does "BOOST_CRC_PARM_TYPE" expand to on VC7?

--
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com
Info: <http://www.boost.org>
Wiki: <http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl>
Unsubscribe: <mailto:boost-users-unsubscribe_at_[hidden]>
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net