View Single Post
Old 24th August 2019, 17:32   #2  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
just tried, well I guess it also compiles with -std=c++17 but that's about the oldest possible c++ standard, -std=c++14 fails cuz I seemed to have used tons of core language features introduced in c++17 (structural bindings, constexpr if, if statement with initializer, constexpr lambdas, etc).
feisty2 is offline   Reply With Quote