mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo.
This repo is resync'ed with github every thirty minutes.
b2e8da134f
Sorry for going back and forth with constness, but in some cases it was impossible to ensure that input params aren't overwritten, thus I took const away to avoid making promises that can't be met (see the case of fetch that uses a supposedly input-only param to return data). Overwriting memory that was declared const initially is a serious error in C++ with undefined outcome so we better do not lie. |
||
---|---|---|
builds | ||
doc | ||
examples | ||
extern | ||
generated | ||
lang_helpers | ||
src | ||
acx_pthread.m4 | ||
autogen.sh | ||
ChangeLog | ||
configure.in | ||
Makefile.in |