Forbid instanciation of static classes
This commit is contained in:
@@ -44,6 +44,9 @@ namespace IO {
|
||||
|
||||
// All read blocks, that haven't been given out yet
|
||||
static std::queue<Block> blocks;
|
||||
|
||||
// No instanciation! >:(
|
||||
DataIngestionLayer();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user