-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ozo::request compilation error #263
Comments
Hi Neel! Thanks for the report! Could you please provide more information about the compiler version and flags? |
The problem appears when I use
|
Well, it looks like you should use You may use class template arguments deduction for the case, wich looks much better ozo::connection_info conn_info("host=localhost dbname=wee user=postgres password=123456", oid_map); |
Anyway, thanks for the report. #264 should help to avoid such a situation in the future. |
I was trying a vary basic operation. But got compilation errors.
Errors
The text was updated successfully, but these errors were encountered: