[ox/std] Fix MSVC build
This commit is contained in:
		
							
								
								
									
										2
									
								
								deps/ox/src/ox/std/stringliteral.hpp
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								deps/ox/src/ox/std/stringliteral.hpp
									
									
									
									
										vendored
									
									
								
							@@ -19,7 +19,7 @@ namespace ox {
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
class StringLiteral: public detail::BaseStringView {
 | 
					class StringLiteral: public detail::BaseStringView {
 | 
				
			||||||
	public:
 | 
						public:
 | 
				
			||||||
		consteval StringLiteral() noexcept = default;
 | 
							constexpr StringLiteral() noexcept = default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		constexpr StringLiteral(StringLiteral const &sv) noexcept = default;
 | 
							constexpr StringLiteral(StringLiteral const &sv) noexcept = default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user