You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This required minor syntactic fixes and replacing std::optional
with a 3rd party implementation (by Andrzej Krzemienski). The
selection of `optional` is done on the basis of C++ standard
version, e.g.:
cmake -DCASS_CPP_STANDARD=17 ..
will use std::optional, while `-DCASS_CPP_STANDARD=11` will fall
back to 3rd party impl.
0 commit comments