⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 stl的源码
💻
字号:
1. About this testsThis is tests to check whether compiler understand or not some languageconstruction. It is NOT tests for language support libraries, only tests forcompiler!The main purposes of this tests is to help for developers to find correctworkarounds, if compiler don't understand some (correct) language constructions.--------------------------------------------------------2. CompilationCompilation with GNU Make utility and gcc compiler:make -f gcc.mak -k--------------------------------------------------------Notes about tests.ttei1.cpp, ttei2.cpp, ttei3.cpp, ttei4.cpp, ttei5.cpp:tests for template-in-the-template explicit specialization.Indeed ttei3.cpp, ttei4.cpp, ttei5.cpp suggest syntax not approved by standard(14.7.3, paragraphs 16--18), but ttei3.cpp, ttei4.cpp accepted (recheck!) by VC6,while ttei5.cpp accepted by gcc before 3.4.0.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -