mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
customizable namespaces
This commit is contained in:
@@ -19,8 +19,13 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef TGLIB_GRAPHS_NAMESPACE
|
||||
namespace TGLIB_GRAPHS_NAMESPACE
|
||||
{
|
||||
#else
|
||||
namespace graphs
|
||||
{
|
||||
#endif
|
||||
using namespace std;
|
||||
|
||||
enum style_type
|
||||
|
||||
@@ -14,8 +14,13 @@
|
||||
#include <unistd.h>
|
||||
#include <regex>
|
||||
|
||||
#ifdef TGLIB_TABLES_NAMESPACE
|
||||
namespace TGLIB_TABLES_NAMESPACE
|
||||
{
|
||||
#else
|
||||
namespace tables
|
||||
{
|
||||
#endif
|
||||
using namespace std;
|
||||
|
||||
enum style_type
|
||||
|
||||
Reference in New Issue
Block a user