sqlitepp icon indicating copy to clipboard operation
sqlitepp copied to clipboard

Fix compiler error for non-void function not returning a value

Open aardvarkk opened this issue 6 years ago • 0 comments

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.

aardvarkk avatar Sep 24 '19 03:09 aardvarkk