sqlitepp
sqlitepp copied to clipboard
Fix compiler error for non-void function not returning a value
I ran into trouble trying to use this library in Android Studio with the NDK. I got complaints about these two functions because they have non-null return values but the function implementations are empty. Explicitly marking the assignment operator as deleted fixes the compiler error.