Fix a few compilation problems that occur when using c++14 mode (#136)
make_unique has been moved into nest:mc::util namespace to avoid a conflict with std::make_unique util:: cbegin and cend clash with std:: equivalents
Showing
- modcc/functionexpander.cpp 3 additions, 1 deletionmodcc/functionexpander.cpp
- modcc/functioninliner.cpp 5 additions, 3 deletionsmodcc/functioninliner.cpp
- modcc/modcc.cpp 4 additions, 2 deletionsmodcc/modcc.cpp
- modcc/modccutil.hpp 7 additions, 0 deletionsmodcc/modccutil.hpp
- modcc/module.cpp 8 additions, 6 deletionsmodcc/module.cpp
- src/ion.hpp 1 addition, 1 deletionsrc/ion.hpp
- src/util/cycle.hpp 5 additions, 5 deletionssrc/util/cycle.hpp
- src/util/filter.hpp 3 additions, 3 deletionssrc/util/filter.hpp
- src/util/meta.hpp 2 additions, 2 deletionssrc/util/meta.hpp
- src/util/transform.hpp 2 additions, 2 deletionssrc/util/transform.hpp
- tests/modcc/test_kinetic_rewriter.cpp 1 addition, 1 deletiontests/modcc/test_kinetic_rewriter.cpp
- tests/modcc/test_optimization.cpp 1 addition, 1 deletiontests/modcc/test_optimization.cpp
- tests/modcc/test_visitors.cpp 14 additions, 14 deletionstests/modcc/test_visitors.cpp
Please register or sign in to comment