Stronger Unicode
requirements
char16_t -> utf-16, char32_t -> utf-32
기존 문서에는 위의 방식을 강제하는 문구가 들어있지 않았지만 수정
U+ 표기법 으로 통일
U00NNNNNN -> U+NNNNNN

More Related Content

PPTX
[C++ 20] [P1035R7] Input range adaptors.
PPTX
[C++ 20] [P0645R10] Text formatting 내용 정리
PPTX
C++20 constexpr default constructor of std::atomic and std::atomic_flag
PDF
[C++ 20][P0325R4] std::to_array() 내용 정리.
PDF
C++ 20 Efficient access to std::basic_stringbuf’s buffer
PDF
C++20 Remove std::weak_equality and std::strong_equality.pdf
PDF
C++20 std::execution::unseq.pdf
PDF
C++ 20 class template argument deduction for alias templates
[C++ 20] [P1035R7] Input range adaptors.
[C++ 20] [P0645R10] Text formatting 내용 정리
C++20 constexpr default constructor of std::atomic and std::atomic_flag
[C++ 20][P0325R4] std::to_array() 내용 정리.
C++ 20 Efficient access to std::basic_stringbuf’s buffer
C++20 Remove std::weak_equality and std::strong_equality.pdf
C++20 std::execution::unseq.pdf
C++ 20 class template argument deduction for alias templates

More from 진화 손 (20)

PDF
C++ 20 Make stateful allocator propagation more consistent for operator+(basi...
PDF
C++ 20 Unevaluated asm-declaration in constexpr functions
PDF
C++20 Utility functions to implement uses-allocator construction
PDF
C++ 20 std__reference_wrapper for incomplete types
PDF
C++20 Concepts library
PDF
C++20 Coroutine
PDF
C++ 20 Relaxing the range-for loop customization point finding rules
PDF
C++ 20 Relaxing the structured bindings customization point finding rules
PDF
C++20 explicit(bool)
PDF
C++20 std::map::contains
PDF
C++20 Comparing unordered containers
PDF
C++20 Attributes [[likely]] and [[unlikely]]
PDF
C++ 20 Lambdas in unevaluated contexts
PDF
C++20 Library support for operator<=> <compare>
PDF
C++20 Atomic std::shared_ptr and std::weak_ptr
PDF
C++20 Default member initializers for bit-fields
PDF
C++ 20 constexpr for algorithm and utility
PDF
C++17 init-statements for if and switch
PDF
C++17 Aggregate classes with base classes
PDF
C++17 std::byte
C++ 20 Make stateful allocator propagation more consistent for operator+(basi...
C++ 20 Unevaluated asm-declaration in constexpr functions
C++20 Utility functions to implement uses-allocator construction
C++ 20 std__reference_wrapper for incomplete types
C++20 Concepts library
C++20 Coroutine
C++ 20 Relaxing the range-for loop customization point finding rules
C++ 20 Relaxing the structured bindings customization point finding rules
C++20 explicit(bool)
C++20 std::map::contains
C++20 Comparing unordered containers
C++20 Attributes [[likely]] and [[unlikely]]
C++ 20 Lambdas in unevaluated contexts
C++20 Library support for operator<=> <compare>
C++20 Atomic std::shared_ptr and std::weak_ptr
C++20 Default member initializers for bit-fields
C++ 20 constexpr for algorithm and utility
C++17 init-statements for if and switch
C++17 Aggregate classes with base classes
C++17 std::byte
Ad

C++ 20 Stronger Unicode requirements