Commit 01e5078d authored by Dominik Charousset's avatar Dominik Charousset

Fix ambuigity in size() function

parent 1d1109f7
...@@ -72,7 +72,7 @@ public: ...@@ -72,7 +72,7 @@ public:
// -- queue and stack status functions --------------------------------------- // -- queue and stack status functions ---------------------------------------
/// Returns an approximation of the current size. /// Returns an approximation of the current size.
size_t count(size_t = 0) noexcept CAF_DEPRECATED { size_t count(size_t) noexcept CAF_DEPRECATED {
return size(); return size();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment