j
k
j a
j l
John Maddock wrote:
OK, the following: boost::compressed_pair<const int, long> cp2; Gives me a compiler error with VC7.1 (it should as well, but it's not really a compressed_pair issue).
OK, the following:
boost::compressed_pair<const int, long> cp2;
Gives me a compiler error with VC7.1 (it should as well, but it's not really a compressed_pair issue).
Why should it? std::pair works.
Back to the thread
Back to the list