Changes in uspace/lib/cpp/src/future.cpp [4727aacd:04c0fc5] in mainline
- File:
-
- 1 edited
-
uspace/lib/cpp/src/future.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/future.cpp
r4727aacd r04c0fc5 81 81 return code_; 82 82 } 83 84 const char* future_error::what() const noexcept 85 { 86 return code().message().c_str(); 87 } 83 88 }
Note:
See TracChangeset
for help on using the changeset viewer.
