mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
7 lines
100 B
C++
7 lines
100 B
C++
#include <sqlpp11/sqlpp11.h>
|
|
|
|
int Minimalistic(int /*unused*/, char* /*unused*/ [])
|
|
{
|
|
return 0;
|
|
}
|