
15 Nov
2009
15 Nov
'09
8:30 p.m.
On Sun, Nov 15, 2009 at 12:56 PM, Phil Endecott <spam_from_boost_dev@chezphil.org> wrote:
I see a page that says "This is the complete list of members for ggl::linear_ring< P, V, ClockWise, A >, including all inherited members.", and is then entirely empty.
Is this what other people see? Maybe it is something odd with my browser.
This is also what I see. However, looking at the class definition reveals an empty class (other than what may be inherited from V): http://geometrylibrary.geodan.nl/formal_review/linear__ring_8hpp_source.html... 00041 class linear_ring : public V<P, A<P> > 00042 { 00043 BOOST_CONCEPT_ASSERT( (concept::Point<P>) ); 00044 }; Jon