$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Henrich (chenrich_at_[hidden])
Date: 2002-08-29 17:40:41
This bug comes up when I try to include <boost/array.hpp> in certain
CodeWarrior projects.
(CodeWarrior 8.0, running under Mac OS 10.1.5 on G3 "beige tower")
If I initialize the project with stationery "C++ Console Mach-O", and I
change HelloWorld.cp to include <boost/array.hpp>, then I get this error
message:
Error: undefined identifier 'ptrdiff_t'
suffix.hpp line 204
included from config.hpp: 57
array.hpp:27
HelloWorld.cp: 10
If I initialize with PowerPlant stationery, I do not have this problem.
Chris Henrich