summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/linestring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/linestring.hpp')
-rw-r--r--boost/geometry/geometries/linestring.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/boost/geometry/geometries/linestring.hpp b/boost/geometry/geometries/linestring.hpp
index 68dc87a3cf..22c9c99de9 100644
--- a/boost/geometry/geometries/linestring.hpp
+++ b/boost/geometry/geometries/linestring.hpp
@@ -26,12 +26,10 @@
#include <boost/geometry/geometries/concepts/point_concept.hpp>
-#ifdef BOOST_GEOMETRY_EXPERIMENTAL_ENABLE_INITIALIZER_LIST
#include <boost/config.hpp>
#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
#include <initializer_list>
#endif
-#endif
namespace boost { namespace geometry
{
@@ -46,6 +44,7 @@ namespace model
\tparam Container \tparam_container
\tparam Allocator \tparam_allocator
+\qbk{[include reference/geometries/linestring.qbk]}
\qbk{before.synopsis,
[heading Model of]
[link geometry.reference.concepts.concept_linestring Linestring Concept]
@@ -76,7 +75,6 @@ public :
: base_type(begin, end)
{}
-#ifdef BOOST_GEOMETRY_EXPERIMENTAL_ENABLE_INITIALIZER_LIST
#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
/// \constructor_initializer_list{linestring}
@@ -98,7 +96,6 @@ public :
//#endif
#endif
-#endif
};
} // namespace model