Skip to content
Snippets Groups Projects
  • Jonathan Wakely's avatar
    4436889e
    libstdc++: Remove unused helper traits · 4436889e
    Jonathan Wakely authored
    These are not used anywhere, we have more efficient variable templates
    for them instead. They're not documented as extensions, and are easy for
    users to write if they need them.
    
    libstdc++-v3/ChangeLog:
    
    	* include/bits/utility.h (__is_in_place_type): Remove.
    	* include/std/variant (__is_in_place_tag): Remove.
    4436889e
    History
    libstdc++: Remove unused helper traits
    Jonathan Wakely authored
    These are not used anywhere, we have more efficient variable templates
    for them instead. They're not documented as extensions, and are easy for
    users to write if they need them.
    
    libstdc++-v3/ChangeLog:
    
    	* include/bits/utility.h (__is_in_place_type): Remove.
    	* include/std/variant (__is_in_place_tag): Remove.