/prelude/more_ostreaming.cpp
http://github.com/Eelis/geordi · C++ · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · d783bc6d0833cff46ab33368869bd732 MD5 · raw file
- #include "more_ostreaming.hpp"
- #if __cplusplus >= 201103
- namespace more_ostreaming
- {
- template void delimit<char, std::char_traits<char>, std::vector<int> >(std::ostream &, std::vector<int> const &);
- }
- #endif