Skip to content

Commit

Permalink
add base-new.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
isdanni committed Dec 14, 2021
1 parent de79b04 commit 503b3ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/base-new.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef LOG_BST_LIB
# error LOG_BST_LIB not defined.
#endif

#include <log-bst/common/common.h>

template BUF_SIZE void detail::buffer<char>::append(const char *, const char *);

0 comments on commit 503b3ad

Please sign in to comment.