Page MenuHomePhabricator

Rasqal doesn't compile with MSVC 2013
Closed, ResolvedPublic

Description

Rasqal defines round(x) which is present in math.h since MSVC 2013.

Event Timeline

User kislinsk has pushed new remote branch:

bug-18747-RasqalRoundMSVC2013

[add6d4]: Merge branch 'bug-18747-RasqalRoundMSVC2013'

Merged commits:

2015-02-18 12:48:37 Stefan Kislinskiy [f63263]
Do not define round if _MSC_VER is greater than 1700.


2015-02-18 12:27:06 Stefan Kislinskiy [1f8e42]
Do not define round if _MSC_VER is greater than 1700.