mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Linux compilation : remove(filename) instead of std::remove(filename)
This commit is contained in:
parent
dce8466f1e
commit
3ef58a7e0c
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include "stdio.h"
|
||||
|
||||
#include "../SQLiteC++/Database.h"
|
||||
#include "../SQLiteC++/Statement.h"
|
||||
@ -135,8 +136,7 @@ int main (void)
|
||||
{
|
||||
std::cout << "SQLite exception: " << e.what() << std::endl;
|
||||
}
|
||||
std::remove("test.db3");
|
||||
|
||||
remove("test.db3");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user