ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap...
[cmake.git] / VMSbuild / stdstring.cxx
blob951a3ec794771f7ceededd0644ccf3d7ab8ddd77
1 // This file is a hack to get the VMS CC to define the templates for basic_string
3 #include <string>
5 #pragma define_template std::basic_string<char, std::char_traits<char >, std::allocator<char > >