Remove MSVC nonsense

This commit is contained in:
Victor Zverovich 2019-05-18 09:05:19 -07:00
parent 28c187bcd7
commit ad0eade471

View File

@ -8,13 +8,6 @@ from a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_ or
the `Git repository <https://github.com/fmtlib/fmt>`_ to your project.
Alternatively, you can :ref:`build the library with CMake <building>`.
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