$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [function] function.hpp lacks include guard
From: Okko Willeboordse (trash_at_[hidden])
Date: 2008-10-21 10:41:36
Hello,
My co-worker Bob Praster found, using PC-Lint 9.0, that function.hpp
doesn't have an include guard like;
#ifndef BOOST_FUNCTION_HPP
#define BOOST_FUNCTION_HPP
...
#endif // BOOST_FUNCTION_HPP
Kind regards,
Okko Willeboordse