$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roman Yakovenko (romany_at_[hidden])
Date: 2002-08-27 01:47:04
Hi. I tested your class and I have a few comments. I didn't looked at your implementation.
It seems to me that if your call your class discrete_set you need the interface we are used to - STL set interface.
Am I wrong? Second there is an exception in contain function. Third it lies. I attach test file. Uncomment assert
in order to see wrong contain result. Comment them again to see unhandled exception.
Roman