<div dir="ltr"><div>I think i can avoid using unordered_set.<br></div><div><br></div><div style>Thanks,</div><div><br></div><div>On 27 June 2013 17:19, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span> wrote:<br>
</div><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On Thu, Jun 27, 2013 at 04:55:09PM +0530, vishal tiwari wrote:<br>

> Hey,<br>
> I want to use unordered_set STL in one of my methods, but in order to use<br>
> it, i need to add -std=c++0x as a compilation option. I want to know where<br>
> should i add it in the makefile.<br>
<br>
Requiring a c++0x capable compiler would be a big change, can you avoid it ? </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
> Also if i add a new file, how do i add it in a makefile? I have tried to<br>
> add its name in "lib[something]_la_SOURCES = " of Makefile.am , but i don't<br>
> see the corresponding .o or .lo files created.<br>
<br>
For a new file in an existing lib you just add to the existing<br>
[whatever]_la_SOURCES variable of Makefile.am, only you must<br>
be sure to run ./autogen.sh afterwards, and then ./configure again.<br>
<br></blockquote><div>   Thanks </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
--strk;<br>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geos-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Vishal Tiwari<div>Undergraduate</div><div>Computer Science and Engineering</div><div>Lab for Spatial Informatics</div><div>IIIT-Hyderabad</div></div>



</div></div>