summaryrefslogtreecommitdiffstats
path: root/VMSbuild/stdstring.cxx
blob: 951a3ec794771f7ceededd0644ccf3d7ab8ddd77 (plain)
1
2
3
4
5
6
7
8
// This file is a hack to get the VMS CC to define the templates for basic_string

#include <string>

#pragma define_template std::basic_string<char, std::char_traits<char >, std::allocator<char > >