mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-03 06:24:43 +02:00
Added warning suppression and changelog
[SVN r8668]
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
// copyright notice appears in all copies. This software is provided
|
// copyright notice appears in all copies. This software is provided
|
||||||
// "as is" without express or implied warranty, and with no claim as
|
// "as is" without express or implied warranty, and with no claim as
|
||||||
// to its suitability for any purpose.
|
// to its suitability for any purpose.
|
||||||
|
//
|
||||||
|
// Change Log:
|
||||||
|
// 20 Jan 2001 - Added warning suppression (David Abrahams)
|
||||||
|
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
|
|
||||||
@@ -26,5 +29,6 @@ int
|
|||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
class_requires_test x;
|
class_requires_test x;
|
||||||
|
(void)x; // suppress unused variable warning
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user