Skip to content

Further upstream fixes #1797

Closed
mhsaar wants to merge 5 commits intoCGAL:releases/CGAL-4.12-branchfrom
mhsaar:bugfix-2-hemmer
Closed

Further upstream fixes #1797
mhsaar wants to merge 5 commits intoCGAL:releases/CGAL-4.12-branchfrom
mhsaar:bugfix-2-hemmer

Conversation

@mhsaar
Copy link
Copy Markdown
Contributor

@mhsaar mhsaar commented Jan 5, 2017

No description provided.

template < class Traits_ >
struct Arr_complete_left_side_category {
public:
npublic:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this is not compiling.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 That cannot compile! Please Michael, you have to fix that file.

{
T
missing__Left_side_category__assuming__Arr_oblivious_side_tag__instead;
missing__Left_side_category__assuming__Arr_oblivious_side_tag__instead __attribute__((unused));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think __attribute__ is defined on MSCV?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In <CGAL/config.h>, we have a macro CGAL_UNUSED that can be used. Its value is __attribute__ ((__unused__)) for gcc and clang, and empty for other compilers.

/* Suppress unused-variable warnings when assertions are disabled. */
(void)v_num;
(void)e_num;
(void)f_num;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use CGAL_USE macro instead.

template < class Traits_ >
struct Arr_complete_left_side_category {
public:
npublic:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 That cannot compile! Please Michael, you have to fix that file.

@lrineau
Copy link
Copy Markdown
Member

lrineau commented Jan 10, 2017

This PR is waiting for modifications from you. We have entered the code freeze today. If you do not react sufficiently early, this PR will not make it into CGAL-4.10-beta1.

@lrineau
Copy link
Copy Markdown
Member

lrineau commented Feb 6, 2017

@mhsaar I wrote a message in this discussion four weeks ago, and it remained unanswered.
#1797 (review)

Can you please acknowledge that you receive those notifications?

@sloriot sloriot modified the milestone: 4.11-beta Mar 13, 2017
@lrineau lrineau modified the milestones: 4.11-beta, 4.12-beta Jun 27, 2017
@lrineau lrineau modified the milestones: 4.12-beta, 4.13-beta Jan 24, 2018
@lrineau lrineau removed this from the 4.13-beta milestone Jun 26, 2018
@lrineau lrineau added this to the Trash / Attic milestone Jan 7, 2019
@lrineau lrineau changed the base branch from master to releases/CGAL-4.13-branch March 5, 2019 17:40
@lrineau lrineau changed the base branch from releases/CGAL-4.13-branch to releases/CGAL-4.12-branch March 5, 2019 17:41
@lrineau lrineau closed this Apr 5, 2019
@mhsaar mhsaar deleted the bugfix-2-hemmer branch April 18, 2019 21:39
@MaelRL MaelRL removed the Stalled label Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants