mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Better mtimes for github workflow build cache (#1421)
Saves and restores mtimes to a file, also covering the `o/` directory to hopefully preserve make dependency information better.
This commit is contained in:
parent
4ca513cba2
commit
2fe8338f92
3 changed files with 32 additions and 12 deletions
|
@ -444,7 +444,7 @@ class weak_ptr
|
|||
return *this;
|
||||
}
|
||||
|
||||
template <typename U>
|
||||
template<typename U>
|
||||
requires __::shared_ptr_compatible<T, U>
|
||||
weak_ptr& operator=(weak_ptr<U> r) noexcept
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue