Skip to content

Commit 4dc20a3

Browse files
Switches to nested namespace syntax
1 parent fb1cc90 commit 4dc20a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Library/source/playrho/d2/Simplex.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323

2424
#include <playrho/d2/Simplex.hpp>
2525

26-
namespace playrho {
27-
namespace d2 {
26+
namespace playrho::d2 {
2827

2928
IndexPair3 GetIndexPairs(const SimplexEdges& collection) noexcept
3029
{
@@ -239,5 +238,4 @@ Real Simplex::CalcMetric(const SimplexEdges& simplexEdges)
239238
return Real{0};
240239
}
241240

242-
} // namespace d2
243-
} // namespace playrho
241+
} // namespace playrho::d2

0 commit comments

Comments
 (0)