$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Synge Todo (wistaria_at_[hidden])
Date: 2002-02-05 03:23:11
Dear Boosters,
some compilers, e.g. MIPSpro Compiler 7.3.1.2m, do not accept a
templated template parameter:
template<template<class> class C> class xxx {
typedef C<int> ...
};
Does the header boost/config.hpp define a macro describing this defect?
Regards,
Synge Todo
wistaria_at_[hidden]