Ambiguous Result by gilang · Published 07/05/2014 · Updated 20/12/2018 Another quo-de for today. You can see how ambiguous this function call [java] protected void onPostExecute(RefreshTaskResult<ActionResult<SquadInfoShort>> result) { // Check result if(result.getResult().getResult()) { } } [/java] What result?
Lesson learned: Do Not Store rvalue Reference Outlive its Declaration 05/07/2017 by gilang · Published 05/07/2017 · Last modified 21/12/2018