$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-09-26 12:54:40
I notice that when my tests build I get
Linking to lib file: libboost_serialization-vc71-mt-gd-1_35.lib
Linking to lib file: libboost_serialization-vc71-mt-gd-1_35.lib
I was curious as to why I go two such messages. Looking at auto_link.hpp I
see
that there is no include guard no a #pragma once. Is there a reason for
this?
Robert Ramey