lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 45a1834 1/9: Remove a dead usenet reference


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 45a1834 1/9: Remove a dead usenet reference
Date: Wed, 15 Feb 2017 20:26:58 -0500 (EST)

branch: master
commit 45a1834bad6997b9d46d3998fe2126d4456f45cf
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a dead usenet reference
---
 facets.cpp | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/facets.cpp b/facets.cpp
index a827ee3..e388d5f 100644
--- a/facets.cpp
+++ b/facets.cpp
@@ -90,15 +90,7 @@ namespace
     std::locale const& locale_with_facet()
     {
         static Facet f;
-        // This message [rejoin lines split here for readability]
-        //   http://groups.google.com/groups
-        //     ?selm=nsa2fvssom2ggk0ohj05n7rfdk05a5co96%404ax.com
-        // describes the technique used here to avoid the Most Vexing
-        // Parse.
-        static std::locale custom_locale = std::locale
-            (std::locale()
-            ,&f
-            );
+        static std::locale custom_locale = std::locale(std::locale(), &f);
         return custom_locale;
     }
 } // Unnamed namespace.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]