comparison DEPENDENCIES/generic/include/boost/geometry/io/wkt/stream.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
20 // Don't include this in any standard-included header file. 20 // Don't include this in any standard-included header file.
21 21
22 // Don't use namespace boost::geometry, to enable the library to stream custom 22 // Don't use namespace boost::geometry, to enable the library to stream custom
23 // geometries which are living outside the namespace boost::geometry 23 // geometries which are living outside the namespace boost::geometry
24 24
25 /*! 25 // This is currently not documented on purpose: the Doxygen 2 QBK generator
26 \brief Streams a geometry as Well-Known Text 26 // should be updated w.r.t. << which in the end ruins the DocBook XML
27 \ingroup wkt
28 */
29 template<typename Char, typename Traits, typename Geometry> 27 template<typename Char, typename Traits, typename Geometry>
30 inline std::basic_ostream<Char, Traits>& operator<< 28 inline std::basic_ostream<Char, Traits>& operator<<
31 ( 29 (
32 std::basic_ostream<Char, Traits> &os, 30 std::basic_ostream<Char, Traits> &os,
33 Geometry const& geom 31 Geometry const& geom