Skip to content

Commit

Permalink
re-run gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Feb 1, 2025
1 parent 721ef30 commit 42d717b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions include/sqlite_orm/sqlite_orm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1877,19 +1877,12 @@ namespace sqlite_orm {
namespace internal {
inline const std::string& to_string(vfs_t v) {
static std::string res[] = {
#if defined(SQLITE_ORM_MAC) || defined(SQLITE_ORM_LINUX)

#ifdef SQLITE_ORM_UNIX
"unix",
"unix-dotfile"

"unix-dotfile",
#ifdef SQLITE_ORM_MAC
,
"unix-afp",

#elif defined(SQLITE_ORM_LINUX)

#endif

#endif

#ifdef SQLITE_ORM_WIN
Expand Down

0 comments on commit 42d717b

Please sign in to comment.