mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 14:52:02 +08:00
use std namespace in test_trianglemesh for brevity
This commit is contained in:
parent
a034aba0d8
commit
e5329b1e9f
@ -7,6 +7,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
using namespace Slic3r;
|
||||
using namespace std;
|
||||
|
||||
SCENARIO( "TriangleMesh: Basic mesh statistics") {
|
||||
GIVEN( "A 20mm cube, built from constexpr std::array" ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user