Currently Online

Latest Posts

Topic: c++11

teppo

Topic Opener
Joined: 2012-01-30, 08:42
Posts: 423
Ranking
Tribe Member
Posted at: 2018-01-05, 09:35

Currently, we have:

CMakeLists.txt:wl_add_flag(WL_GENERIC_CXX_FLAGS "-std=c++11")

Would it be safe to step that to c++14 ?


Top Quote
GunChleoc
Avatar
Joined: 2013-10-07, 14:56
Posts: 3324
Ranking
One Elder of Players
Location: RenderedRect
Posted at: 2018-01-05, 12:23

I don't know - you could try it out, use a feature that is new in c++14 and make a merge request - Travis should fail if our oldest supported compiler can't handle it.


Busy indexing nil values

Top Quote