summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/functional.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/functional.h')
-rw-r--r--src/mongo/stdx/functional.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/stdx/functional.h b/src/mongo/stdx/functional.h
index 5850ce36eab..d86973b2066 100644
--- a/src/mongo/stdx/functional.h
+++ b/src/mongo/stdx/functional.h
@@ -31,7 +31,8 @@
// As of VS2013, the Windows STL still doesn't have an adequate implementation
// of std::function.
//
-// See https://connect.microsoft.com/VisualStudio/feedback/details/768899/std-function-not-compiling-in-vs2012
+// See https://connect.microsoft.com/VisualStudio/feedback/details/768899/
+// std-function-not-compiling-in-vs2012
//
// The bug is fixed in VS2015.
#if !defined(_MSC_VER) || (_MSC_VER > 1800)