(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define FIOS_H
|
||||
|
||||
#include "strings_type.h"
|
||||
#include "misc/smallvec.h"
|
||||
#include "core/smallvec_type.hpp"
|
||||
|
||||
enum {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user