From ad0eade471b1b26d17364efa86fec5e9a0722309 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 18 May 2019 09:05:19 -0700 Subject: [PATCH] Remove MSVC nonsense --- doc/usage.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index c3b0b410..05791e15 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -8,13 +8,6 @@ from a `release archive `_ or the `Git repository `_ to your project. Alternatively, you can :ref:`build the library with CMake `. -If you are using Visual C++ with precompiled headers, you might need to add -the line :: - - #include "stdafx.h" - -before other includes in :file:`format.cc`. - .. _building: Building the Library