Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Linear cell complex: compilation error calling make_triangle()

Subject: CGAL users discussion list

List archive

[cgal-discuss] Linear cell complex: compilation error calling make_triangle()


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Linear cell complex: compilation error calling make_triangle()
  • Date: Tue, 12 Jan 2016 02:54:25 -0800 (PST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:dStZxxINzx4mC65NW9mcpTZWNBhigK39O0sv0rFitYgUL/3xwZ3uMQTl6Ol3ixeRBMOAu6wC27Gd6/6ocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0YLnjKvqpdX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD88QIrJARFPyiN+RjFeQZX3waNDU+68Tv8BXCVgCS/WA0U2MMkxMODRKWwgv9W8LJqCL8v/Q1jDGANMv/U+A1WC+px6huQR7sziwAMmhqoynslsVsgfcC81qarBtlztuPONmY

Hi,

I am trying to create a Linear cell complex with a 'LCC::Dart_handle'
attribute associated with 2-cells. But it seems like I am calling
make_triangle in wrong way resulting in compilation errors. For example,
while compiling the following code:
https://gist.github.com/pranavkantgaur/8f90bf095a61c5d8e3b8

I get errors like:
*/usr/local/include/CGAL/Combinatorial_map.h:547:7: error: invalid
application of ‘sizeof’ to incomplete type
‘boost::STATIC_ASSERTION_FAILURE<false>’
CGAL_static_assertion_msg(Helper::template
Dimension_index/::value>=0,
*











--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Linear-cell-complex-compilation-error-calling-make-triangle-tp4661481.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page