source: mmcs/armadillo_bits/compiler_setup_post.hpp @ 8daa049

matrices
Last change on this file since 8daa049 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 353 bytes
Line 
1// Copyright (C) 2013 Conrad Sanderson
2// Copyright (C) 2013 NICTA (www.nicta.com.au)
3//
4// This Source Code Form is subject to the terms of the Mozilla Public
5// License, v. 2.0. If a copy of the MPL was not distributed with this
6// file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
8
9
10#if defined(_MSC_VER)
11 
12  #pragma warning(pop)
13 
14#endif
Note: See TracBrowser for help on using the repository browser.