Commit e9f4304f by Wenzel Jakob

Merge pull request #19 from jakirkham/fix_pip_non_ascii_char_err

Change non-ASCII characters to ASCII
parents faaee1cb dc97833f
......@@ -48,8 +48,8 @@ Boost.Python library by David Abrahams: to minimize boilerplate code in
traditional extension modules by inferring type information using compile-time
introspection.
The main issue with Boost.Pythonand the reason for creating such a similar
projectis Boost. Boost is an enormously large and complex suite of utility
The main issue with Boost.Python-and the reason for creating such a similar
project-is Boost. Boost is an enormously large and complex suite of utility
libraries that works with almost every C++ compiler in existence. This
compatibility has its cost: arcane template tricks and workarounds are
necessary to support the oldest and buggiest of compiler specimens. Now that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment