google / supersonic

Supersonic is an ultra-fast, column oriented query engine library written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error taking address of a temporary

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. make
2.
3.

What is the expected output? What do you see instead?
supersonic/expression/core/string_bound_expressions.cc:256:40: error: taking 
address of temporary [-fpermissive]


What version of the product are you using? On what operating system?
supersonic-0.9.0, compiler: gcc4.6

Please provide any additional information below.

Original issue reported on code.google.com by tmkk...@gmail.com on 13 Oct 2012 at 1:31

AFAIK it is already fixed in 0.9.1.

Tomek: Please verify and close.

Original comment by p...@google.com on 17 Oct 2012 at 4:05

[deleted comment]
Fixed in version 0.9.1 .

Original comment by tkaf...@google.com on 17 Oct 2012 at 7:51

  • Changed state: Fixed