$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] MSVC++ linker asking for boost_regex even though not using it
From: Sharad Mittal (sharadmittal_at_[hidden])
Date: 2008-11-17 15:08:36
I have been compiling my program with boost_thread, boost_date_time and boost_system on mingw till now. Now I am trying to compile the same program on VC++ (9.0) and it is asking for libboost_regex-vc90-mt-sgd-1_36.lib . Is that normal? I have not used boost::regex in my code at all.
Thanks,
Sharad