mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
use c++11 variadic templates in Compiler::call
This commit is contained in:
committed by
Joshua Warner
parent
d8ddc95315
commit
060b5c8f13
@ -14,23 +14,11 @@
|
||||
#include "allocator.h"
|
||||
#include "math.h"
|
||||
#include "assert.h"
|
||||
#include "cpp.h"
|
||||
|
||||
namespace avian {
|
||||
namespace util {
|
||||
|
||||
template <class T>
|
||||
struct NonConst;
|
||||
|
||||
template <class T>
|
||||
struct NonConst<const T> {
|
||||
typedef T Type;
|
||||
};
|
||||
|
||||
template <class T>
|
||||
struct NonConst {
|
||||
typedef T Type;
|
||||
};
|
||||
|
||||
template <class T>
|
||||
class Slice {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user