File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
Tools.cpp
1/* -*- mode: c++ -*- */
9/*
10 * \@copyright This File is part of the Board library which is
11 * licensed under the terms of the GNU Lesser General Public Licence.
12 * See the LICENCE file for further details.
13 */
14
15#include "Board/Tools.h"
16
17LibBoard::MessageStream LibBoard::notice( std::cerr, "Information: " );
18
19LibBoard::MessageStream LibBoard::warning( std::cerr, "Warning: " );
20
21LibBoard::MessageStream LibBoard::error( std::cerr, "Error: " );
22
23
24
25
MessageStream warning
MessageStream error
MessageStream notice