$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost][unit] Intel v12 compiler warning
From: Belcourt, K. Noel (kbelco_at_[hidden])
Date: 2010-11-27 13:22:41
Hi,
Just wanted to point out this warning from the Intel v12 compiler.
/Users/kbelco/boost/boost/units/unit.hpp(49): warning #1011: missing
return statement at end of non-void function "boost::units::unit<Dim,
System, Enable>::operator=(const boost::units::unit<D, S, void> &)"
this_type& operator=(const this_type&) { }
Perhaps there's an easy warning suppression fix?
-- Noel Belcourt