I'm new to competitive programming and excited to compete in code jam for the 
first time this year! I've been programming in C++14, and I was wondering if 
that could be supported in code jam. I looked at the FAQ and found the 
following settings for C++:

gcc 6.3.0
g++ Solution.cc -std=c++11 -pthread -O3 -o Solution
./Solution

As far as I know, gcc 6.3 ships with c++14 standard by default. Is there a 
particular reason -std=c++11 is enabled instead? I would really appreciate the 
ability to use decltype(auto) and auto arguments for lambda functions, among 
other things. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/819da008-bec2-4c7b-a98a-d488f32674fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to