So what happens if the EU and UK don't reach an agreement before the article 50 time limit expires? It doesn't make sense that the UK just gets to do what they like, otherwise they wouldn't need to negotiate at all.
I believe the choice was to spend time on adding C99 support, vs spending more time on C++ support. C++ had more people asking for it, so it got priority over C99.
From what I've read it's not a legal issue, it's a "huge amount of money needed to get thorium reactors to where they need to be" issue. Nobody is really interest in putting up that money because current modern reactors are "good enough" - all the problems with nuclear plants tend to come from old, bad ones that are decades behind the state of the art.
We're getting close to this - you can buy graphics cards that plug into a PCI Express port on a laptop, for example. But the hardware's not quite there yet.
Presumably the "real" auth will be at the end of the project, which means it could still fail. This is also the case with kickstarter projects right now - typically a few % of your pledges fail and you can't collect the money from them.
I'm very curious too! If it takes anything more than a day to get an app review, this tool is going to be pretty useless for us. :(
I've submitted an update to our app to external app review, so hopefully I'll have more information soon. [Update: Now "In Review", for what that's worth.]
It's a lot of code to write, but extremely understandable when you come back to read it a year later and wonder "what the heck do the parameters to this function do?"
* 16 & 17 year olds were allowed to vote in this referendum, although they aren't normally able to vote in British elections.
* Turnout was extremely high, 80-90%.
* Anyone who lived in Scotland past a certain date (I believe) could vote, even people who were English or otherwise not-Scottish. Makes sense, in a way - if you live there it's your country too.
* The opinion polling always had "No" in the lead up until the very end, but there was some suspicion that the polls were inaccurate. I guess not!
As an expatriate Scot, hopefully this results in some additional devolved powers for the Scottish government.
You should only really use "auto" when the type is clear (like in your example #2). If it's not clear, you should probably specify the type so that it's more obvious what's going on. #1 and 3 are probably fine if x is defined right above y, but maybe not if they're at the bottom of a long function or similar.