/prelude/more_ostreaming.cpp

http://github.com/Eelis/geordi · C++ · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · d783bc6d0833cff46ab33368869bd732 MD5 · raw file

  1. #include "more_ostreaming.hpp"
  2. #if __cplusplus >= 201103
  3. namespace more_ostreaming
  4. {
  5. template void delimit<char, std::char_traits<char>, std::vector<int> >(std::ostream &, std::vector<int> const &);
  6. }
  7. #endif