Name |
Last commit
|
Last update |
---|---|---|
.. | ||
fs_dir.h | ||
fs_fwd.h | ||
fs_ops.h | ||
fs_path.h | ||
lfts_config.h | ||
net.h | ||
shared_ptr.h | ||
string_view.tcc |
These functions were originally static members of the path class, but the 'static' specifiers were not removed when they were moved to namespace scope. This causes ODR violations when the functions are called from functions defined in the header. Change them to 'inline' instead. Backport from mainline 2020-05-23 Jonathan Wakely <jwakely@redhat.com> * include/bits/fs_path.h (__detail::_S_range_begin) (__detail::_S_range_end): Remove unintentional static specifiers. * include/experimental/bits/fs_path.h (__detail::_S_range_begin) (__detail::_S_range_end): Likewise.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
fs_dir.h | Loading commit data... | |
fs_fwd.h | Loading commit data... | |
fs_ops.h | Loading commit data... | |
fs_path.h | Loading commit data... | |
lfts_config.h | Loading commit data... | |
net.h | Loading commit data... | |
shared_ptr.h | Loading commit data... | |
string_view.tcc | Loading commit data... |