aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-05-17 09:10:40 +0000
committerBill Wendling <isanbard@gmail.com>2008-05-17 09:10:40 +0000
commitfbaa37937f58a8fcd32e4c6f0dce8773d7be9837 (patch)
treef3f216dd40265823fcce4396848626b9af5f7ac4 /docs/tutorial
parent6cccce3e58009c92876651877a9a7a19e78b89e8 (diff)
On Darwin, the string header file isn't 64-bit clean. The use of
"-Wshorten-64-to-32 -Werror" will cause a failure when compiling this complex program: #include <string> class Path { mutable std::string path; public: bool operator == (const Path &that) { return path == that.path; } }; Using strcmp gets us past this annoying error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
0 files changed, 0 insertions, 0 deletions