Update references to the C++11 standard.

[SVN r81113]
This commit is contained in:
Michel Morin
2012-10-30 17:01:59 +00:00
parent e6314963a3
commit a103ebe7ed
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
//----------------------------------------------------------------------------//
// //
// C++03 implementation of //
// 20.7.6.2 Reference modifications [meta.trans.ref] //
// 20.9.7.2 Reference modifications [meta.trans.ref] //
// Written by Vicente J. Botet Escriba //
// //
// If T names an object or function type then the member typedef type

View File

@@ -57,7 +57,7 @@
//----------------------------------------------------------------------------//
// //
// C++03 implementation of //
// 20.6.7 Other transformations [meta.trans.other] //
// 20.9.7.6 Other transformations [meta.trans.other] //
// Written by Howard Hinnant //
// Adapted for Boost by Beman Dawes, Vicente Botet and Jeffrey Hellrung //
// //