stdstring.cxx 202 B

12345678
  1. // This file is a hack to get the VMS CC to define the templates for basic_string
  2. #include <string>
  3. #pragma define_template std::basic_string<char, std::char_traits<char >, std::allocator<char > >