Re: [Spatial] [spatial:tickets] #2 References to tr1 don't work with C++11
Library of generic, k-d tree multi-dimensional containers
Brought to you by:
bouhdevel
From: Sylvain B. <syl...@gm...> - 2014-04-26 05:39:38
|
Thanks, I will look into it! On Sat, Apr 26, 2014 at 3:49 AM, Ed Baskerville <eba...@us...>wrote: > ------------------------------ > > * [tickets:#2] <http://sourceforge.net/p/spatial/tickets/2/> References to > tr1 don't work with C++11* > > *Status:* open > *Milestone:* 2.1.4 > *Created:* Fri Apr 25, 2014 07:49 PM UTC by Ed Baskerville > *Last Updated:* Fri Apr 25, 2014 07:49 PM UTC > *Owner:* Sylvain Bougerel > > There are references to various names in the std::tr1 namespace; these do > not work with C++11. Identified using: Apple LLVM version 5.1 > (clang-503.0.40) (based on LLVM 3.4svn) > > Simply replacing all instances of std::tr1:: to std:: makes everything > work. Thus, > > #if __cplusplus <= 201103L > > should make it possible to use C++11 as well as TR1 compilers. > ------------------------------ > > Sent from sourceforge.net because spa...@li... is > subscribed to https://sourceforge.net/p/spatial/tickets/ > > To unsubscribe from further messages, a project admin can change settings > at https://sourceforge.net/p/spatial/admin/tickets/options. Or, if this > is a mailing list, you can unsubscribe from the mailing list. > > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > Spatial-main mailing list > Spa...@li... > https://lists.sourceforge.net/lists/listinfo/spatial-main > > |