Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Gtkmm now uses C++11
(
murrayc.com
)
77 points
by
ingve
on Aug 1, 2015
|
hide
|
past
|
favorite
|
7 comments
superfunc
on Aug 1, 2015
|
next
[–]
Lambdas really do clean things up nicely in some places. It pains me to have to write function objects at work knowing this.
andresmanz
on Aug 1, 2015
|
parent
|
next
[–]
That must be annoying. Why can't you switch to C++11/14?
superfunc
on Aug 1, 2015
|
root
|
parent
|
next
[–]
Reliance on certain, newly-deprecated things like gnu hash_map which has performance characteristics important to our specific application.
lholden
on Aug 1, 2015
|
root
|
parent
|
next
[–]
Does -std=gnu++11? not still support the gnu version?
nly
on Aug 1, 2015
|
root
|
parent
|
next
[–]
You can use hash_map just find in C++11/14 mode, you'll just a nag #warning at compile time.
ridiculous_fish
on Aug 2, 2015
|
prev
|
next
[–]
I'd like to hear more about how the transition was accomplished. Which platforms are no longer supported for example?
benwaffle
on Aug 1, 2015
|
prev
[–]
Thanks
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: