$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Test] Compilation inconsistency
From: Greg Ravikovich (grisharav_at_[hidden])
Date: 2009-02-14 11:14:10
Hello,
I posted a question regarding the following issue a few months back:
Empty cpp file containing only:
#include <boost/test/test_case_template.hpp>
Fails to compile, however an empty cpp file containing
#include <boost/test/unit_test.hpp>
#include <boost/test/test_case_template.hpp>
Compiles fine.
The issue is still there in boost 1.38.
Can someone address it please?
Thanks.
Greg