pytorch/caffe2/utils/Metaprogramming.cpp
Sebastian Meßmer a34211bd79 Some utils for compile-time programming (#7778)
* Add some C++17 features, implemented with C++14

* Add some type traits

* Compile-time type list abstraction

* Some utils for compile-time programming

* Fix compatibility with a larger range of compilers

* Use guts::array instead of std::array because of std::array shortcomings

* code review comments

* Use quotes for includes
2018-06-08 17:10:53 -07:00

1 line
42 B
C++

#include "caffe2/utils/Metaprogramming.h"