repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap...
[cmake.git]
/
VMSbuild
/
stdstring.cxx
blob
951a3ec794771f7ceededd0644ccf3d7ab8ddd77
1
// This file is a hack to get the VMS CC to define the templates for basic_string
2
3
#include <string>
4
5
#pragma define_template std::basic_string<char, std::char_traits<char >, std::allocator<char > >
6
7
8