mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
Major changes in distance strategies Changed double from simplify to template parameter Added a promote_floating_point Added a fp_coordinate_type Added namespaced point in custom example Added mpl assertion in overlaps (should be done in most algorithms by default) Added high precision test for various distance algorithms [SVN r63579]
17 lines
380 B
XML
17 lines
380 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="ttmath"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(TTMATH_ROOT)"
|
|
PreprocessorDefinitions="HAVE_TTMATH"
|
|
/>
|
|
<UserMacro
|
|
Name="TTMATH_ROOT"
|
|
Value="../../../../boost/geometry/extensions/contrib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|