<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I see the following inline definition in PointView.hpp:<br>
<br>
<font face="Courier New">    Dimension::IdList dims() const   { return m_pointTable.layout()->dims(); }</font><br>
<br>
While in PointLayout, the dims list is returned as a const reference:<br>
<br>
<font face="Courier New">   const Dimension::IdList&  dims() const;</font><br>
<br>
Is that intentional? I modified PointView.hpp in my workspace to mirror the underlying call's return type (namely, const IdList&) and PDAL compiled OK.<br>
</div>
</body>
</html>