Boost logo

Boost :

From: Neal D. Becker (ndbecker2_at_[hidden])
Date: 2004-04-16 10:09:02


In file included from /usr/include/boost/random.hpp:46,
                 from TestPn.cc:1:
/usr/include/boost/random/lagged_fibonacci.hpp: In member function `void
boost::random::lagged_fibonacci_01<RealType, w, p, q>::init_modulus()':
/usr/include/boost/random/lagged_fibonacci.hpp:276: error: `std::pow' has
not been declared
/usr/include/boost/random/lagged_fibonacci.hpp: In member function `void
boost::random::lagged_fibonacci_01<RealType, w, p, q>::seed(It&, It)':
/usr/include/boost/random/lagged_fibonacci.hpp:309: error: `std::fmod' has
not been declared
/usr/include/boost/random/lagged_fibonacci.hpp:310: error: `std::pow' has
not been declared
/usr/include/boost/random/lagged_fibonacci.hpp: In function
`std::basic_ostream<_CharT2, _Traits2>&
boost::random::operator<<(std::basic_ostream<_CharT2, _Traits2>&, const
boost::random::lagged_fibonacci_01<RealType, w, p, q>&)':
/usr/include/boost/random/lagged_fibonacci.hpp:357: error: `std::pow' has
not been declared
In file included from /usr/include/boost/random/ranlux.hpp:25,
                 from /usr/include/boost/random.hpp:47,
                 from TestPn.cc:1:
/usr/include/boost/random/subtract_with_carry.hpp: In member function `void
boost::random::subtract_with_carry_01<RealType, w, s, r,
val>::init_modulus()':
/usr/include/boost/random/subtract_with_carry.hpp:268: error: `std::pow' has
not been declared
/usr/include/boost/random/subtract_with_carry.hpp: In member function `void
boost::random::subtract_with_carry_01<RealType, w, s, r,
val>::seed(uint32_t)':
/usr/include/boost/random/subtract_with_carry.hpp:280: error: `std::fmod'
has not been declared
/usr/include/boost/random/subtract_with_carry.hpp: In member function `void
boost::random::subtract_with_carry_01<RealType, w, s, r, val>::seed(It&,
It)':
/usr/include/boost/random/subtract_with_carry.hpp:295: error: `std::fmod'
has not been declared
/usr/include/boost/random/subtract_with_carry.hpp:296: error: `std::pow' has
not been declared
/usr/include/boost/random/subtract_with_carry.hpp: In function
`std::basic_ostream<_CharT2, _Traits2>&
boost::random::operator<<(std::basic_ostream<_CharT2, _Traits2>&, const
boost::random::subtract_with_carry_01<RealType, w, s, r, val>&)':
/usr/include/boost/random/subtract_with_carry.hpp:351: error: `std::pow' has
not been declared


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk