mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
rename */udl.hpp -> literals.hpp [destructive]
This commit is contained in:
parent
fea5e752bd
commit
92c7169221
22 changed files with 259 additions and 145 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <sprout/string/char_traits.hpp>
|
||||
#include <sprout/utility/string_view/string_view.hpp>
|
||||
#include <sprout/utility/string_view/type_traits.hpp>
|
||||
#include <sprout/detail/udl_namespace.hpp>
|
||||
|
||||
namespace sprout {
|
||||
//
|
||||
|
@ -159,7 +160,7 @@ namespace sprout {
|
|||
#endif
|
||||
#endif // #if SPROUT_USE_VARIABLE_TEMPLATES
|
||||
|
||||
namespace udl {
|
||||
namespace literals {
|
||||
namespace strings {
|
||||
//
|
||||
// _sr
|
||||
|
@ -184,10 +185,10 @@ namespace sprout {
|
|||
#endif
|
||||
} // namespace strings
|
||||
|
||||
using sprout::udl::strings::operator"" _sr;
|
||||
} // namespace udl
|
||||
using sprout::literals::strings::operator"" _sr;
|
||||
} // namespace literals
|
||||
|
||||
using sprout::udl::strings::operator"" _sr;
|
||||
using sprout::literals::strings::operator"" _sr;
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_UTILITY_STRING_VIEW_STRING_REF_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue