Mark namespaces for user defined literals as 'inline'

llvm-svn: 192047
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 3ceafc7f0152bd9e41e5adbafd0a8a8af418f08d
diff --git a/include/string b/include/string
index 1ad8159..c98e22f 100644
--- a/include/string
+++ b/include/string
@@ -4158,10 +4158,7 @@
 
 #if _LIBCPP_STD_VER > 11 
 // Literal suffixes for basic_string [basic.string.literals]
-// inline // Deviation from N3690.
-//    We believe the inline to be a defect and have submitted an LWG issue.
-//    An LWG issue number has not yet been assigned.
-namespace literals
+inline namespace literals
 {
   inline namespace string_literals
   {