mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Revive boostbook.py tests, working around BoostBook dislike of classes
outside of any namespaces. [SVN r33636]
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
|
||||
// Seems like Boostbook does like classes outside of namespaces,
|
||||
// and won't generate anything for them.
|
||||
namespace boost {
|
||||
|
||||
/// A class
|
||||
class A {
|
||||
public:
|
||||
/// A constructor
|
||||
A();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user