This website requires JavaScript.
Explore
Help
Sign In
3party
/
sqlpp11
Watch
0
Star
0
Fork
0
You've already forked sqlpp11
mirror of
https://github.com/rbock/sqlpp11.git
synced
2024-11-16 04:47:18 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
44dcccd169
sqlpp11
/
tests
/
Minimalistic.cpp
7 lines
78 B
C++
Raw
Normal View
History
Unescape
Escape
Added a minimalistic test for including sqlpp11.h
2014-06-22 22:09:19 +08:00
#
include
<sqlpp11/sqlpp11.h>
Merge branch 'release/0.35' Conflicts: README.md
2015-12-29 18:03:17 +08:00
int
Minimalistic
(
int
,
char
*
[
]
)
Added a minimalistic test for including sqlpp11.h
2014-06-22 22:09:19 +08:00
{
Reformatted using clang-format Please use clang-format before submitting code, e.g via the pre-commit supplied in the repo (thanks AndiDog)
2015-09-14 03:33:19 +08:00
return
0
;
Added a minimalistic test for including sqlpp11.h
2014-06-22 22:09:19 +08:00
}
Reference in New Issue
Copy Permalink