fix syntax error and add workarounds for libstdc++
This commit is contained in:
@@ -170,7 +170,7 @@ namespace nana
|
||||
::std::string text;
|
||||
format_ptr custom_format;
|
||||
|
||||
cell() noexcept = default;
|
||||
cell() = default;
|
||||
cell(const cell&);
|
||||
cell(cell&&) noexcept;
|
||||
cell(::std::string) noexcept;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* A Key Implementation
|
||||
* Nana C++ Library(http://www.nanapro.org)
|
||||
* Copyright(C) 2003-2014 Jinhao(cnjinhao@hotmail.com)
|
||||
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Data Exchanger Implementation
|
||||
* Copyright(C) 2003-2015 Jinhao(cnjinhao@hotmail.com)
|
||||
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
|
||||
Reference in New Issue
Block a user